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

Commit 15f55e3

Browse files
committed
Merge pull request #202 from ParsePlatform/nlutsenko.117
ParseUI 1.1.7
2 parents 7db8d22 + 1401d04 commit 15f55e3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

ParseUI.podspec

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
Pod::Spec.new do |s|
22
s.name = 'ParseUI'
3-
s.version = '1.1.6'
3+
s.version = '1.1.7'
44
s.license = { :type => 'SDK', :file => 'LICENSE'}
55
s.homepage = 'https://www.parse.com/'
66
s.summary = 'ParseUI is a library of useful User Interface components for the Parse iOS SDK.'
77
s.authors = 'Parse'
88
s.social_media_url = 'https://twitter.com/ParseIt'
99

1010
s.source = { :git => "https://github.com/ParsePlatform/ParseUI-iOS.git", :tag => s.version.to_s }
11-
11+
1212
s.platform = :ios
1313
s.requires_arc = true
1414
s.ios.deployment_target = '7.0'
15-
15+
1616
s.prepare_command = <<-CMD
1717
ruby ParseUI/Scripts/convert_images.rb \
1818
ParseUI/Resources/Images/ \
@@ -33,6 +33,6 @@ Pod::Spec.new do |s|
3333
'CoreGraphics',
3434
'QuartzCore'
3535

36-
s.dependency 'Bolts/Tasks', '~> 1.2'
37-
s.dependency 'Parse', '~> 1.8'
36+
s.dependency 'Bolts/Tasks', '~> 1.3'
37+
s.dependency 'Parse', '~> 1.9'
3838
end

ParseUI/Resources/Info.plist

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>English</string>
77
<key>CFBundleExecutable</key>
8-
<string>Parse</string>
8+
<string>ParseUI</string>
99
<key>CFBundleIdentifier</key>
1010
<string>com.parse.parseui</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundlePackageType</key>
1414
<string>FMWK</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>1.1.6</string>
16+
<string>1.1.7</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.1.6</string>
25+
<string>1.1.7</string>
2626
<key>MinimumOSVersion</key>
2727
<string>6.0</string>
2828
</dict>

0 commit comments

Comments
 (0)