Skip to content

Commit

Permalink
NYXImagesKit 2.1.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Massaki committed Feb 9, 2012
1 parent 391e998 commit 9c21666
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions NYXImagesKit/2.1.1/NYXImagesKit.podspec
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = 'NYXImagesKit'
s.version = '2.1.1'
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 => 'git://github.com/Nyx0uf/NYXImagesKit.git', :tag => 'v2.1.1' }

s.source_files = 'Categories', 'Classes', 'Helper'

s.frameworks = 'Accelerate', 'AssetsLibrary', 'ImageIO', 'MobileCoreServices', 'QuartzCore', 'CoreImage'

s.requires_arc = true

s.clean_paths = 'NYXImagesKit.xcodeproj', 'Other Sources'

end

0 comments on commit 9c21666

Please sign in to comment.