diff --git a/SwiftFilePath.podspec b/SwiftFilePath.podspec index e50e138..626c24d 100644 --- a/SwiftFilePath.podspec +++ b/SwiftFilePath.podspec @@ -2,12 +2,12 @@ Pod::Spec.new do |s| s.name = "SwiftFilePath" - s.version = "0.0.5" + s.version = "0.0.6" s.summary = "Simple and powerful wrapper for NSFileManager." 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.5" } + s.source = { :git => "https://github.com/nori0620/SwiftFilePath.git", :tag => "0.0.6" } s.platform = :ios, '8.0' s.source_files = "SwiftFilePath/**/*.swift" s.requires_arc = true