Skip to content

Instantly share code, notes, and snippets.

@satococoa
Created May 4, 2013 10:15
Show Gist options
  • Select an option

  • Save satococoa/5517057 to your computer and use it in GitHub Desktop.

Select an option

Save satococoa/5517057 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'NYXImagesKit'
s.version = '2.2'
s.platform = :ios
s.license = 'Simplified BSD license'
s.summary = 'A set of efficient categories for UIImage class. It allows filtering, resizing, masking, rotating, enhancing... and more.'
s.homepage = 'https://github.com/Nyx0uf/NYXImagesKit'
s.author = 'Benjamin Godard'
s.source = { :git => 'https://github.com/Nyx0uf/NYXImagesKit.git', :ref => '3daa60e66dabb5f513435675dbabe8c34ae6e6da' }
s.source_files = 'Categories', 'Classes', 'Helper'
s.frameworks = 'Accelerate', 'AssetsLibrary', 'ImageIO', 'MobileCoreServices', 'QuartzCore', 'CoreImage'
s.platform = :ios, '5.1'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment