File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
<key >CFBundlePackageType </key >
20
20
<string >APPL </string >
21
21
<key >CFBundleShortVersionString </key >
22
- <string >1.1.1 </string >
22
+ <string >1.2.0 </string >
23
23
<key >CFBundleSignature </key >
24
24
<string >???? </string >
25
25
<key >CFBundleVersion </key >
26
- <string >1.1.1 </string >
26
+ <string >1.2.0 </string >
27
27
<key >LSRequiresIPhoneOS </key >
28
28
<true />
29
29
<key >NSMainNibFile </key >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "AMRatingControl"
3
- s . version = "1.1.3 "
3
+ s . version = "1.2.0 "
4
4
s . summary = "A simple rating control for the iPhone."
5
5
s . description = <<-DESC
6
6
AMRatingControl is a UI control that resembles the 'star rating' control seen in the iPod app.
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
12
s . license = { :type => 'MIT' , :file => 'LICENSE' }
13
13
14
14
s . author = "amseddi"
15
- s . source = { :git => "https://github.com/amseddi/AMRatingControl.git" , :tag => "1.1.3 " }
15
+ s . source = { :git => "https://github.com/amseddi/AMRatingControl.git" , :tag => "1.2.0 " }
16
16
17
17
s . platform = :ios , '5.0'
18
18
You can’t perform that action at this time.
0 commit comments