Skip to content

Commit 9e63fcf

Browse files
committed
Updated .podspec
1 parent 7a26e64 commit 9e63fcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FCFileManager.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'FCFileManager'
3-
spec.version = '1.0.19'
3+
spec.version = '1.0.20'
44
spec.license = { :type => 'MIT' }
55
spec.homepage = 'https://github.com/fabiocaccamo/FCFileManager'
66
spec.authors = { 'Fabio Caccamo' => 'fabio.caccamo@gmail.com' }
77
spec.summary = 'iOS File Manager on top of NSFileManager for simplifying files management.'
8-
spec.source = { :git => 'https://github.com/fabiocaccamo/FCFileManager.git', :tag => '1.0.19' }
8+
spec.source = { :git => 'https://github.com/fabiocaccamo/FCFileManager.git', :tag => '1.0.20' }
99
spec.source_files = 'FCFileManager/*.{h,m}'
1010
spec.platform = :ios, '5.0'
1111
spec.framework = 'Foundation', 'ImageIO', 'UIKit'

0 commit comments

Comments
 (0)