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

Commit c9a019b

Browse files
committed
Merge pull request #16 from ParsePlatform/nlutsneko.v4.191
ParseFacebookUtilsV4 1.9.1.
2 parents 1389d3a + a820f8f commit c9a019b

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
4+
---
5+
6+
## [ParseFacebookUtils-V4 1.9.1](https://github.com/ParsePlatform/ParseFacebookUtils-iOS/releases/tag/v4-1.9.1) (11/17/2015)
7+
8+
#### New
9+
- ParseFacebookUtils now supports Xcode 7.1. #7
10+
- ParseFacebookUtils now depends on FBSDK 4.8+.
11+
12+
#### Improved
13+
- Removed unused imports. #10
14+
15+
## [ParseFacebookUtils-V4 1.9.0](https://github.com/ParsePlatform/ParseFacebookUtils-iOS/releases/tag/v4-1.9.0) (10/08/2015)
16+
17+
Hello, open source!
18+
19+
#### Fixed
20+
- Fixed initialization of Facebook Utils blocking the main thread.

ParseFacebookUtilsV4.podspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ParseFacebookUtilsV4'
3-
s.version = '1.9.0'
3+
s.version = '1.9.1'
44
s.license = { :type => 'Commercial', :text => "See https://www.parse.com/about/terms" }
55
s.homepage = 'https://www.parse.com/'
66
s.summary = 'Parse is a complete technology stack to power your app\'s backend.'
@@ -27,8 +27,8 @@ Pod::Spec.new do |s|
2727
'Social'
2828
s.libraries = 'z', 'sqlite3'
2929

30-
s.dependency 'Bolts/Tasks', '>= 1.3.0'
30+
s.dependency 'Bolts/Tasks', '>= 1.5'
3131
s.dependency 'Parse', '~> 1.9'
32-
s.dependency 'FBSDKCoreKit', '~> 4.7'
33-
s.dependency 'FBSDKLoginKit', '~> 4.7'
32+
s.dependency 'FBSDKCoreKit', '~> 4.8'
33+
s.dependency 'FBSDKLoginKit', '~> 4.8'
3434
end

0 commit comments

Comments
 (0)