blob: 48a257f64b99c8f173777d0d39e83cd335ce1ea6 [file] [log] [blame]
{
"name": "UIImage+Dummy",
"version": "0.0.1",
"summary": "UIImage+Dummy category provides method to create dummy image for iOS 6.0+.",
"homepage": "https://github.com/rizumita/UIImage-Dummy",
"screenshots": "https://raw2.github.com/rizumita/UIImage-Dummy/master/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ryoichi Izumita": "r.izumita@caph.jp"
},
"social_media_url": "http://twitter.com/rizumita",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/rizumita/UIImage-Dummy.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}