This repository was archived by the owner on Jan 16, 2021. It is now read-only.
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'ParseUI'
3
- s . version = '1.1.6 '
3
+ s . version = '1.1.7 '
4
4
s . license = { :type => 'SDK' , :file => 'LICENSE' }
5
5
s . homepage = 'https://www.parse.com/'
6
6
s . summary = 'ParseUI is a library of useful User Interface components for the Parse iOS SDK.'
7
7
s . authors = 'Parse'
8
8
s . social_media_url = 'https://twitter.com/ParseIt'
9
9
10
10
s . source = { :git => "https://github.com/ParsePlatform/ParseUI-iOS.git" , :tag => s . version . to_s }
11
-
11
+
12
12
s . platform = :ios
13
13
s . requires_arc = true
14
14
s . ios . deployment_target = '7.0'
15
-
15
+
16
16
s . prepare_command = <<-CMD
17
17
ruby ParseUI/Scripts/convert_images.rb \
18
18
ParseUI/Resources/Images/ \
@@ -33,6 +33,6 @@ Pod::Spec.new do |s|
33
33
'CoreGraphics' ,
34
34
'QuartzCore'
35
35
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 '
38
38
end
Original file line number Diff line number Diff line change 5
5
<key >CFBundleDevelopmentRegion </key >
6
6
<string >English </string >
7
7
<key >CFBundleExecutable </key >
8
- <string >Parse </string >
8
+ <string >ParseUI </string >
9
9
<key >CFBundleIdentifier </key >
10
10
<string >com.parse.parseui </string >
11
11
<key >CFBundleInfoDictionaryVersion </key >
12
12
<string >6.0 </string >
13
13
<key >CFBundlePackageType </key >
14
14
<string >FMWK </string >
15
15
<key >CFBundleShortVersionString </key >
16
- <string >1.1.6 </string >
16
+ <string >1.1.7 </string >
17
17
<key >CFBundleSignature </key >
18
18
<string >???? </string >
19
19
<key >CFBundleSupportedPlatforms </key >
22
22
<string >iPhoneOS </string >
23
23
</array >
24
24
<key >CFBundleVersion </key >
25
- <string >1.1.6 </string >
25
+ <string >1.1.7 </string >
26
26
<key >MinimumOSVersion </key >
27
27
<string >6.0 </string >
28
28
</dict >
You can’t perform that action at this time.
0 commit comments