blob: 7499381494668f4e97b7fdd1665dfe83177d45ce [file] [log] [blame]
{
"name": "NSBSpritesheetLayer",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "NSBSpritesheetLayer/Classes/*.{h,m}",
"requires_arc": false,
"ios": {
"frameworks": [
"UIKit",
"CoreGraphics",
"QuartzCore"
]
}
}