Files
JBChartView/NYXImagesKit/2.1.1/NYXImagesKit.podspec
T
2012-06-29 15:37:34 +02:00

20 lines
646 B
Ruby

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 => 'https://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
end