File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22Pod ::Spec . new do |s |
33
44 s . name = "SwiftFilePath"
5- s . version = "0.0.3 "
5+ s . version = "0.0.4 "
66 s . summary = "Simple and powerful wrapper for NSFileManager."
77 s . homepage = "https://github.com/nori0620/SwiftFilePath"
88 s . license = "MIT"
99 s . author = { "Norihiro Sakamoto" => "[email protected] " } 10- s . source = { :git => "https://github.com/nori0620/SwiftFilePath.git" , :tag => "0.0.3 " }
10+ s . source = { :git => "https://github.com/nori0620/SwiftFilePath.git" , :tag => "0.0.4 " }
1111 s . platform = :ios , '8.0'
1212 s . source_files = "SwiftFilePath/**/*.swift"
1313 s . requires_arc = true
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.0.3 </string >
18+ <string >0.0.4 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments