Advertisement
Guest User

Podspec

a guest
May 30th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Pod::Spec.new do |s|
  2. s.name = "DownloadImageView"
  3. s.version = "1.0"
  4. s.summary = "An simple download image component for iOS."
  5. s.homepage = "https://github.com/marcoslacerda/DownloadImageView"
  6. s.license = { :type => 'MIT', :file => 'LICENSE' }
  7. s.author = { 'Marcos Lacerda' => 'marcos.reis.appledeveloper@gmail.com' }
  8. s.source = { :git => "https://github.com/marcoslacerda/DownloadImageView.git", tag: '1.0' }
  9. s.platform = :ios
  10. s.source_files = 'DownloadImageView/*.{h,m}'
  11. s.requires_arc = true
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement