upgrade pod version
This commit is contained in:
parent
0bc14011e2
commit
1fbad091bd
|
@ -1,13 +1,12 @@
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'Fileable'
|
s.name = 'Fileable'
|
||||||
s.version = '1.0.8'
|
s.version = '1.0.9'
|
||||||
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
|
||||||
Unix command like and objective file management library for Swift.
|
Unix command like and objective file management library for Swift.
|
||||||
DESC
|
DESC
|
||||||
|
s.homepage = 'https://github.com/shotastage/Fileable.swift/'
|
||||||
s.homepage = 'https://github.com/shotastage/Fileable'
|
|
||||||
s.authors = { 'Shota Shimazu' => 'hornet.live.mf@gmail.com' }
|
s.authors = { 'Shota Shimazu' => 'hornet.live.mf@gmail.com' }
|
||||||
s.source = { :git => 'https://github.com/shotastage/Fileable.swift.git', :tag => s.version }
|
s.source = { :git => 'https://github.com/shotastage/Fileable.swift.git', :tag => s.version }
|
||||||
s.ios.deployment_target = '10.0'
|
s.ios.deployment_target = '10.0'
|
||||||
|
|
Loading…
Reference in New Issue