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

Commit

Permalink
ParseTwitterUtils 1.11.0 🐦
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko committed Jun 29, 2016
1 parent 6a24e69 commit d731a7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ParseTwitterUtils.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ParseTwitterUtils'
s.version = '1.10.0'
s.version = '1.11.0'
s.license = { :type => 'Commercial', :text => "See https://www.parse.com/about/terms" }
s.homepage = 'https://www.parse.com/'
s.summary = 'Parse is a complete technology stack to power your app\'s backend.'
Expand Down Expand Up @@ -28,6 +28,6 @@ Pod::Spec.new do |s|
'Social'
s.libraries = 'z', 'sqlite3'

s.dependency 'Bolts/Tasks', '~> 1.5'
s.dependency 'Parse', '~> 1.9'
s.dependency 'Bolts/Tasks', '~> 1.7'
s.dependency 'Parse', '~> 1.13'
end
4 changes: 2 additions & 2 deletions Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.10.0</string>
<string>1.11.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand All @@ -22,7 +22,7 @@
<string>iPhoneOS</string>
</array>
<key>CFBundleVersion</key>
<string>1.10.0</string>
<string>1.11.0</string>
<key>MinimumOSVersion</key>
<string>6.0</string>
</dict>
Expand Down

0 comments on commit d731a7f

Please sign in to comment.