Skip to content

Commit

Permalink
Update Cocoapods file
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrisdf authored Aug 29, 2017
1 parent 2d3b118 commit d37c65e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ROThumbnailGenerator.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

Pod::Spec.new do |spec|
spec.name = 'ROThumbnailGenerator'
spec.version = '2.1.2'
spec.version = '2.1.3'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/prine/ROThumbnailGenerator'
spec.authors = { 'Robin Oster' => '[email protected]' }
spec.summary = 'Creates thumbnails of different file types very easily'
spec.source = { :git => 'https://github.com/prine/ROThumbnailGenerator.git', :tag => "2.1.2" }
spec.source = { :git => 'https://github.com/Chrisdf/ROThumbnailGenerator.git', :tag => "2.1.3" }
spec.source_files = 'Source/**/*'
spec.framework = 'SystemConfiguration'
spec.ios.deployment_target = '8.4'
Expand Down

0 comments on commit d37c65e

Please sign in to comment.