blob: ee3babca8c0e59e50531e3fde1cb9ccfbf6702fd [file] [log] [blame]
{
"name": "HHUIImageNamed",
"version": "1.1.0",
"summary": "Drop-in style Image File Name tracking debug tool",
"description": "HHUIImageNamed is drop-in style debugging tool to track image's file name when we use +[UIImage imageNamed], -[UIImage imageWithContentsOfFile] and so on.",
"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": "8.0"
},
"source": {
"git": "https://github.com/hyukhur/HHUIImageNamed.git",
"tag": "1.1.0"
},
"source_files": "**/Classes/**/*.{h,m}",
"public_header_files": "**/Classes/**/HHImageFileName.h",
"requires_arc": true,
"prefix_header_contents": "#define USE_PRIVATE 0"
}