diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..aef4ffc --- /dev/null +++ b/CHANGELOG.md @@ -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. + diff --git a/ParseFacebookUtils.podspec b/ParseFacebookUtils.podspec index 9f33121..e64147d 100644 --- a/ParseFacebookUtils.podspec +++ b/ParseFacebookUtils.podspec @@ -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.' @@ -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