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 #16 from ParsePlatform/nlutsneko.v4.191
Browse files Browse the repository at this point in the history
ParseFacebookUtilsV4 1.9.1.
  • Loading branch information
nlutsenko committed Nov 17, 2015
2 parents 1389d3a + a820f8f commit c9a019b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Change Log
All notable changes to this project will be documented in this file.

---

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

#### New
- ParseFacebookUtils now supports Xcode 7.1. #7
- ParseFacebookUtils now depends on FBSDK 4.8+.

#### Improved
- Removed unused imports. #10

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

Hello, open source!

#### Fixed
- Fixed initialization of Facebook Utils blocking the main thread.
8 changes: 4 additions & 4 deletions ParseFacebookUtilsV4.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ParseFacebookUtilsV4'
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,8 +27,8 @@ 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 'FBSDKCoreKit', '~> 4.7'
s.dependency 'FBSDKLoginKit', '~> 4.7'
s.dependency 'FBSDKCoreKit', '~> 4.8'
s.dependency 'FBSDKLoginKit', '~> 4.8'
end

0 comments on commit c9a019b

Please sign in to comment.