Skip to content

Commit

Permalink
Updated Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Marxon13 committed Aug 8, 2016
1 parent b6a9f52 commit ab6ece6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions M13ProgressSuite.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "M13ProgressSuite"
s.version = "1.2.7"
s.version = "1.2.8"
s.summary = "A suite containing many tools to display progress information on iOS."

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

s.platform = :ios, '7.0'

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

s.source_files = 'Classes/*/*'

Expand Down
2 changes: 1 addition & 1 deletion M13ProgressSuiteFramework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.2.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit ab6ece6

Please sign in to comment.