This repository was archived by the owner on Jan 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ ---
5
+
6
+ ## [ ParseFacebookUtils-V3 1.9.1] ( https://github.com/ParsePlatform/ParseFacebookUtils-iOS/releases/tag/v3-1.9.1 ) (11/17/2015)
7
+
8
+ #### New
9
+ - ParseFacebookUtils now supports Xcode 7.1. #8
10
+
11
+ #### Improved
12
+ - Removed unused imports. #9
13
+
14
+ #### Fixed
15
+ - Fixed compilation issues on Xcode 6.4. #1
16
+
17
+ ## [ ParseFacebookUtils-V3 1.9.0] ( https://github.com/ParsePlatform/ParseFacebookUtils-iOS/releases/tag/v3-1.9.0 ) (10/08/2015)
18
+
19
+ Hello, open source!
20
+
21
+ #### Fixed
22
+ - Fixed initialization of Facebook Utils blocking the main thread.
23
+
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'ParseFacebookUtils'
3
- s . version = '1.9.0 '
3
+ s . version = '1.9.1 '
4
4
s . license = { :type => 'Commercial' , :text => "See https://www.parse.com/about/terms" }
5
5
s . homepage = 'https://www.parse.com/'
6
6
s . summary = 'Parse is a complete technology stack to power your app\'s backend.'
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
27
27
'Social'
28
28
s . libraries = 'z' , 'sqlite3'
29
29
30
- s . dependency 'Bolts/Tasks' , '>= 1.3.0 '
30
+ s . dependency 'Bolts/Tasks' , '~> 1.5 '
31
31
s . dependency 'Parse' , '~> 1.9'
32
32
s . dependency 'Facebook-iOS-SDK' , '~> 3.24'
33
33
end
You can’t perform that action at this time.
0 commit comments