Skip to content

Commit

Permalink
Updated .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Dec 11, 2017
1 parent 7a26e64 commit 9e63fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FCFileManager.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'FCFileManager'
spec.version = '1.0.19'
spec.version = '1.0.20'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/fabiocaccamo/FCFileManager'
spec.authors = { 'Fabio Caccamo' => '[email protected]' }
spec.summary = 'iOS File Manager on top of NSFileManager for simplifying files management.'
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' }
spec.source_files = 'FCFileManager/*.{h,m}'
spec.platform = :ios, '5.0'
spec.framework = 'Foundation', 'ImageIO', 'UIKit'
Expand Down

0 comments on commit 9e63fcf

Please sign in to comment.