Skip to content

Instantly share code, notes, and snippets.

@kean
Last active September 16, 2016 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kean/7ffdae2526b4e503a95c5e971320e9f9 to your computer and use it in GitHub Desktop.
Save kean/7ffdae2526b4e503a95c5e971320e9f9 to your computer and use it in GitHub Desktop.
Nuke 4.0-beta3 iOS 8
Pod::Spec.new do |s|
s.name = 'Nuke'
s.version = '4.0-beta3'
s.summary = 'A powerful image loading and caching framework'
s.description = <<-EOS
A powerful image loading and caching framework.
Has full featured UI extensions, support for image filters, optional Alamofire and FLAnimatedImage plugins and [more](https://github.com/kean/Nuke).
EOS
s.homepage = 'https://github.com/kean/Nuke'
s.license = 'MIT'
s.author = 'Alexander Grebenyuk'
s.social_media_url = 'shttps://twitter.com/a_grebenyuk'
s.source = { :git => 'https://github.com/kean/Nuke.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.watchos.deployment_target = '2.0'
s.osx.deployment_target = '10.9'
s.tvos.deployment_target = '9.0'
s.source_files = 'Sources/**/*'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment