blob: 52a7fad8ed56fb67a4682994aff74ef243350ec4 [file] [log] [blame]
{
"name": "NSBSpritesheetLayer",
"version": "1.0.0",
"summary": "Spritesheet animations in UIKit.",
"homepage": "https://github.com/NachoSoto/NSBSpritesheetLayer",
"license": {
"type": "WTFPL",
"file": "LICENSE"
},
"authors": {
"Nacho Soto": "hello@nachosoto.com"
},
"source": {
"git": "https://github.com/NachoSoto/NSBSpritesheetLayer.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "NSBSpritesheetLayer/Classes/*.{h,m}",
"requires_arc": false,
"ios": {
"frameworks": [
"UIKit",
"CoreGraphics",
"QuartzCore"
]
}
}