We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a26e64 commit 9e63fcfCopy full SHA for 9e63fcf
FCFileManager.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |spec|
2
spec.name = 'FCFileManager'
3
- spec.version = '1.0.19'
+ spec.version = '1.0.20'
4
spec.license = { :type => 'MIT' }
5
spec.homepage = 'https://github.com/fabiocaccamo/FCFileManager'
6
spec.authors = { 'Fabio Caccamo' => 'fabio.caccamo@gmail.com' }
7
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' }
+ spec.source = { :git => 'https://github.com/fabiocaccamo/FCFileManager.git', :tag => '1.0.20' }
9
spec.source_files = 'FCFileManager/*.{h,m}'
10
spec.platform = :ios, '5.0'
11
spec.framework = 'Foundation', 'ImageIO', 'UIKit'
0 commit comments