revise
This commit is contained in:
parent
5aa42f347e
commit
023346d57f
|
@ -66,3 +66,5 @@ fastlane/Preview.html
|
||||||
fastlane/screenshots
|
fastlane/screenshots
|
||||||
fastlane/test_output
|
fastlane/test_output
|
||||||
Fileable.framework.zip
|
Fileable.framework.zip
|
||||||
|
|
||||||
|
MEMO.md
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'Fileable'
|
s.name = 'Fileable'
|
||||||
s.version = '0.1.0'
|
s.version = '1.0.8'
|
||||||
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
||||||
s.summary = 'Unix command like file management library for Swift.'
|
s.summary = 'Unix command like file management library for Swift.'
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
|
|
Loading…
Reference in New Issue