blob: 88e5abc4c33099384c1035cb0f5ddda0e19738cd [file] [log] [blame]
{
"name": "HHUIImageNamed",
"version": "0.2.0",
"summary": "UIImage with name by `imageNamed`",
"description": "UIImage with file name by `+[UIImage imageNamed]` and `-[UIImage imageWithContentsOfFile]`\n",
"homepage": "https://github.com/hyukhur/HHUIImageNamed",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hyuk Hur": "hyukhur@gmail.com"
},
"social_media_url": "http://twitter.com/HyukHur",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/hyukhur/HHUIImageNamed.git",
"tag": "0.2.0"
},
"source_files": "Classes/**/*.{h,m}",
"public_header_files": "Classes/**/*.h",
"requires_arc": true
}