blob: 1bf68101d4430898391c9e72b3eaa50deeca5e58 [file] [log] [blame]
{
"name": "NYXImagesKit",
"version": "2.3",
"platforms": {
"ios": "5.1"
},
"license": "Simplified BSD license",
"summary": "A set of efficient categories for UIImage class. It allows filtering, resizing, masking, rotating, enhancing... and more.",
"homepage": "https://github.com/Nyx0uf/NYXImagesKit",
"authors": "Benjamin Godard",
"source": {
"git": "https://github.com/Nyx0uf/NYXImagesKit.git",
"tag": "2.3"
},
"source_files": [
"Categories",
"Classes",
"Helper"
],
"frameworks": [
"Accelerate",
"AssetsLibrary",
"ImageIO",
"MobileCoreServices",
"QuartzCore",
"CoreImage"
],
"requires_arc": true
}