Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #17 from ParsePlatform/nlutsenko.v3.191
Browse files Browse the repository at this point in the history
ParseFacebookUtils 1.9.1.
  • Loading branch information
nlutsenko committed Nov 17, 2015
2 parents fba7951 + f2f5fe8 commit 94a744c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Change Log
All notable changes to this project will be documented in this file.

---

## [ParseFacebookUtils-V3 1.9.1](https://github.com/ParsePlatform/ParseFacebookUtils-iOS/releases/tag/v3-1.9.1) (11/17/2015)

#### New
- ParseFacebookUtils now supports Xcode 7.1. #8

#### Improved
- Removed unused imports. #9

#### Fixed
- Fixed compilation issues on Xcode 6.4. #1

## [ParseFacebookUtils-V3 1.9.0](https://github.com/ParsePlatform/ParseFacebookUtils-iOS/releases/tag/v3-1.9.0) (10/08/2015)

Hello, open source!

#### Fixed
- Fixed initialization of Facebook Utils blocking the main thread.

4 changes: 2 additions & 2 deletions ParseFacebookUtils.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ParseFacebookUtils'
s.version = '1.9.0'
s.version = '1.9.1'
s.license = { :type => 'Commercial', :text => "See https://www.parse.com/about/terms" }
s.homepage = 'https://www.parse.com/'
s.summary = 'Parse is a complete technology stack to power your app\'s backend.'
Expand All @@ -27,7 +27,7 @@ Pod::Spec.new do |s|
'Social'
s.libraries = 'z', 'sqlite3'

s.dependency 'Bolts/Tasks', '>= 1.3.0'
s.dependency 'Bolts/Tasks', '~> 1.5'
s.dependency 'Parse', '~> 1.9'
s.dependency 'Facebook-iOS-SDK', '~> 3.24'
end

0 comments on commit 94a744c

Please sign in to comment.