Skip to content

Commit

Permalink
update cocoapods ver to 0.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
nori0620 committed Aug 2, 2015
1 parent 64bf4e3 commit 0e30a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftFilePath.podspec
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/nori0620/SwiftFilePath"
s.license = "MIT"
s.author = { "Norihiro Sakamoto" => "nori0620@gmail.com" }
s.source = { :git => "https://github.com/nori0620/SwiftFilePath.git", :tag => "0.0.4" }
s.source = { :git => "https://github.com/nori0620/SwiftFilePath.git", :tag => "0.0.5" }
s.platform = :ios, '8.0'
s.source_files = "SwiftFilePath/**/*.swift"
s.requires_arc = true
Expand Down

0 comments on commit 0e30a72

Please sign in to comment.