Skip to content

Commit ab6ece6

Browse files
committed
Updated Podspec
1 parent b6a9f52 commit ab6ece6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

M13ProgressSuite.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 = "M13ProgressSuite"
3-
s.version = "1.2.7"
3+
s.version = "1.2.8"
44
s.summary = "A suite containing many tools to display progress information on iOS."
55

66
s.description = <<-DESC
@@ -27,7 +27,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2727

2828
s.platform = :ios, '7.0'
2929

30-
s.source = { :git => "https://github.com/Marxon13/M13ProgressSuite.git", :tag => "v1.2.7"}
30+
s.source = { :git => "https://github.com/Marxon13/M13ProgressSuite.git", :tag => "v1.2.8"}
3131

3232
s.source_files = 'Classes/*/*'
3333

M13ProgressSuiteFramework/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.2.8</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)