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

Commit

Permalink
Merge pull request #202 from ParsePlatform/nlutsenko.117
Browse files Browse the repository at this point in the history
ParseUI 1.1.7
  • Loading branch information
nlutsenko committed Nov 18, 2015
2 parents 7db8d22 + 1401d04 commit 15f55e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions ParseUI.podspec
@@ -1,18 +1,18 @@
Pod::Spec.new do |s|
s.name = 'ParseUI'
s.version = '1.1.6'
s.version = '1.1.7'
s.license = { :type => 'SDK', :file => 'LICENSE'}
s.homepage = 'https://www.parse.com/'
s.summary = 'ParseUI is a library of useful User Interface components for the Parse iOS SDK.'
s.authors = 'Parse'
s.social_media_url = 'https://twitter.com/ParseIt'

s.source = { :git => "https://github.com/ParsePlatform/ParseUI-iOS.git", :tag => s.version.to_s }

s.platform = :ios
s.requires_arc = true
s.ios.deployment_target = '7.0'

s.prepare_command = <<-CMD
ruby ParseUI/Scripts/convert_images.rb \
ParseUI/Resources/Images/ \
Expand All @@ -33,6 +33,6 @@ Pod::Spec.new do |s|
'CoreGraphics',
'QuartzCore'

s.dependency 'Bolts/Tasks', '~> 1.2'
s.dependency 'Parse', '~> 1.8'
s.dependency 'Bolts/Tasks', '~> 1.3'
s.dependency 'Parse', '~> 1.9'
end
6 changes: 3 additions & 3 deletions ParseUI/Resources/Info.plist
Expand Up @@ -5,15 +5,15 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>Parse</string>
<string>ParseUI</string>
<key>CFBundleIdentifier</key>
<string>com.parse.parseui</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.6</string>
<string>1.1.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand All @@ -22,7 +22,7 @@
<string>iPhoneOS</string>
</array>
<key>CFBundleVersion</key>
<string>1.1.6</string>
<string>1.1.7</string>
<key>MinimumOSVersion</key>
<string>6.0</string>
</dict>
Expand Down

0 comments on commit 15f55e3

Please sign in to comment.