This repository was archived by the owner on Jan 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11Pod ::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 '
3838end
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments