Created
May 4, 2013 10:15
-
-
Save satococoa/5517057 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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