This commit is contained in:
Shota Shimazu 2018-10-26 14:38:21 +09:00
parent 5aa42f347e
commit 023346d57f
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -66,3 +66,5 @@ fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
Fileable.framework.zip
MEMO.md

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Fileable'
s.version = '0.1.0'
s.version = '1.0.8'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Unix command like file management library for Swift.'
s.description = <<-DESC