Skip to content

Commit

Permalink
v 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nori0620 committed Jan 20, 2015
1 parent 7ba0b95 commit f027e18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SwiftFilePath.podspec
Expand Up @@ -2,12 +2,12 @@
Pod::Spec.new do |s|

s.name = "SwiftFilePath"
s.version = "0.0.2"
s.version = "0.0.3"
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.2" }
s.source = { :git => "https://github.com/nori0620/SwiftFilePath.git", :tag => "0.0.3" }
s.platform = :ios, '8.0'
s.source_files = "SwiftFilePath/**/*.swift"
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion SwiftFilePath/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.0.2</string>
<string>0.0.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit f027e18

Please sign in to comment.