blob: 135fd88600a30c39ee3322dfe960bb5e6ab56716 [file] [log] [blame]
{
"name": "UIImage+TextureAtlas",
"version": "0.4",
"summary": "UIImage category to convert XCode generated Texture Atlas files into UIImages. Useful for animations outside of SpriteKit.",
"homepage": "https://arbitrary.io",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jamie Kosoy": "jamie@arbitrary.io"
},
"source": {
"git": "https://github.com/arbitraryco/UIImage-TextureAtlas.git",
"tag": "0.4"
},
"platforms": {
"ios": "7.0"
},
"source_files": "*.{h,m}",
"requires_arc": true
}