Skip to content

Commit 9d7130f

Browse files
author
amseddi
committed
Updated podspec
1 parent f8c5420 commit 9d7130f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AMRatingControl-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.1.1</string>
22+
<string>1.2.0</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
26-
<string>1.1.1</string>
26+
<string>1.2.0</string>
2727
<key>LSRequiresIPhoneOS</key>
2828
<true/>
2929
<key>NSMainNibFile</key>

AMRatingControl.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "AMRatingControl"
3-
s.version = "1.1.3"
3+
s.version = "1.2.0"
44
s.summary = "A simple rating control for the iPhone."
55
s.description = <<-DESC
66
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|
1212
s.license = { :type => 'MIT', :file => 'LICENSE' }
1313

1414
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" }
1616

1717
s.platform = :ios, '5.0'
1818

0 commit comments

Comments
 (0)