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

Commit 9d52a1a

Browse files
committed
ParseTwitterUtils 1.11.0 🐦
1 parent 7ea8fad commit 9d52a1a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ParseTwitterUtils.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ParseTwitterUtils'
3-
s.version = '1.10.0'
3+
s.version = '1.11.0'
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.'
@@ -28,6 +28,6 @@ Pod::Spec.new do |s|
2828
'Social'
2929
s.libraries = 'z', 'sqlite3'
3030

31-
s.dependency 'Bolts/Tasks', '~> 1.5'
32-
s.dependency 'Parse', '~> 1.9'
31+
s.dependency 'Bolts/Tasks', '~> 1.7'
32+
s.dependency 'Parse', '~> 1.13'
3333
end

Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundlePackageType</key>
1414
<string>FMWK</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>1.10.0</string>
16+
<string>1.11.0</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleSupportedPlatforms</key>
@@ -22,7 +22,7 @@
2222
<string>iPhoneOS</string>
2323
</array>
2424
<key>CFBundleVersion</key>
25-
<string>1.10.0</string>
25+
<string>1.11.0</string>
2626
<key>MinimumOSVersion</key>
2727
<string>6.0</string>
2828
</dict>

0 commit comments

Comments
 (0)