blob: 7750465e4d85f3931e03a863f6b7ed1895854573 [file] [log] [blame]
{
"name": "Cat2Cat",
"version": "2.0.0",
"summary": "Cat2Cat - Asset Catalog -> Image Category",
"description": "A utility to take AssetCatalogs and turn them into UIImage or NSImage categories.\n\n* Creates category methods prefixed by ac_ to prevent naming collisions\n* Can create categories for UIImage, NSImage, or both.\n* Pod includes the compiled binary and a sample build script.",
"homepage": "https://github.com/vokal/Cat2Cat",
"license": "MIT",
"authors": {
"Ellen Shapiro": "http://www.vokalinteractive.com",
"Bryan Luby": "http://www.vokalinteractive.com"
},
"source": {
"git": "https://github.com/vokal/Cat2Cat.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "6.0",
"osx": "10.9"
},
"requires_arc": true,
"preserve_paths": "CocoaPod/*"
}