blob: 23882104c6a421a11f82cb9478961a22bc6bab5d [file] [log] [blame]
{
"name": "Cat2Cat",
"version": "3.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://designatednerd.com",
"Bryan Luby": "http://www.vokal.io"
},
"source": {
"git": "https://github.com/vokal/Cat2Cat.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "6.0",
"osx": "10.9"
},
"requires_arc": true,
"preserve_paths": "CocoaPod/*"
}