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 +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file.
3
3
4
4
---
5
5
6
+ ## [ ParseTwitterUtils 1.10.0] ( https://github.com/ParsePlatform/ParseTwitterUtils-iOS/releases/tag/1.10.0 ) (01/07/2016)
7
+
8
+ #### New
9
+ - ParseTwitterUtils now requires Xcode 7.0+.
10
+ [ #16 ] ( https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/16 ) ,
11
+ [ #17 ] ( https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/17 ) ,
12
+ [ #20 ] ( https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/20 )
13
+ by [ Nikita Lutsenko] ( https://github.com/nlutsenko )
14
+
15
+ #### Improved
16
+ - Cleaned up and improved documentation.
17
+ [ #15 ] ( https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/15 )
18
+ by [ Nikita Lutsenko] ( https://github.com/nlutsenko )
19
+
6
20
## [ ParseTwitterUtils 1.9.1] ( https://github.com/ParsePlatform/ParseTwitterUtils-iOS/releases/tag/1.9.1 ) (11/17/2015)
7
21
8
22
#### New
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.1 '
3
+ s . version = '1.10.0 '
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.'
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.1 </string >
16
+ <string >1.10.0 </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.1 </string >
25
+ <string >1.10.0 </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