Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
silence0201 committed Apr 25, 2017
1 parent bf43665 commit 3f48bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SICategory.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SICategory"
s.version = "1.7.0"
s.version = "1.7.1"
s.summary = "iOS Category."
s.description = <<-DESC
A collection of iOS Category.
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Silence" => "[email protected]" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/silence0201/iOS-Category.git", :tag => "1.7.0" }
s.source = { :git => "https://github.com/silence0201/iOS-Category.git", :tag => "1.7.1" }
s.public_header_files = 'Classes/SICategory.h'
s.source_files = 'Classes/SICategory.h'
s.requires_arc = true
Expand Down

0 comments on commit 3f48bef

Please sign in to comment.