This repository was archived by the owner on Jan 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +30
-5
lines changed Expand file tree Collapse file tree 3 files changed +30
-5
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
+ ## [ ParseTwitterUtils 1.9.1] ( https://github.com/ParsePlatform/ParseTwitterUtils-iOS/releases/tag/1.9.1 ) (11/17/2015)
7
+
8
+ #### New
9
+ - ParseTwitterUtils now supports Xcode 7.1+. #6
10
+
11
+ #### Improved
12
+ - Added safeguard assertion for initialization of PFTwitterUtils before Parse is initialized. #4
13
+ - Removed all custom nullability annotation macros. #8
14
+ - Improved localized strings generation. #2
15
+
16
+ #### Fixed
17
+ - Fixed potential warnings in PFOAuth1FlowDialog. #10
18
+
19
+ ## [ ParseTwitterUtils 1.9.0] ( https://github.com/ParsePlatform/ParseTwitterUtils-iOS/releases/tag/1.9.0 ) (10/08/2015)
20
+
21
+ Hello, open source!
22
+
23
+ #### Fixed
24
+ - Fixed initialization potentially blocking the main thread for a continuous amount of time.
25
+ - Fixed parameter URL Encoding when signing requests with Twitter.
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'ParseTwitterUtils'
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.'
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
15
s . public_header_files = 'ParseTwitterUtils/*.h'
16
16
s . source_files = 'ParseTwitterUtils/**/*.{h,m}'
17
17
s . resources = 'Resources/en.lproj'
18
-
18
+
19
19
s . frameworks = 'AudioToolbox' ,
20
20
'CFNetwork' ,
21
21
'CoreGraphics' ,
@@ -28,6 +28,6 @@ Pod::Spec.new do |s|
28
28
'Social'
29
29
s . libraries = 'z' , 'sqlite3'
30
30
31
- s . dependency 'Bolts/Tasks' , '>= 1.3.0 '
31
+ s . dependency 'Bolts/Tasks' , '~> 1.5 '
32
32
s . dependency 'Parse' , '~> 1.9'
33
33
end
Original file line number Diff line number Diff line change 13
13
<key >CFBundlePackageType </key >
14
14
<string >FMWK </string >
15
15
<key >CFBundleShortVersionString </key >
16
- <string >1.9.0 </string >
16
+ <string >1.9.1 </string >
17
17
<key >CFBundleSignature </key >
18
18
<string >???? </string >
19
19
<key >CFBundleSupportedPlatforms </key >
22
22
<string >iPhoneOS </string >
23
23
</array >
24
24
<key >CFBundleVersion </key >
25
- <string >1.9.0 </string >
25
+ <string >1.9.1 </string >
26
26
<key >MinimumOSVersion </key >
27
27
<string >6.0 </string >
28
28
</dict >
You can’t perform that action at this time.
0 commit comments