blob: 26d93de0a37b19c96a75a3674954933ef1a064e8 [file] [log] [blame]
{
"name": "XObjCUnderhood",
"version": "1.0.1",
"license": "MIT",
"summary": "Disclose the Objective-C classes/interfaces under the hood",
"homepage": "https://github.com/xareelee/XObjCUnderhood",
"authors": {
"Kang-Yu Xaree Lee": "xareelee@gmail.com"
},
"source": {
"git": "https://github.com/xareelee/XObjCUnderhood.git",
"tag": "1.0.1",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"public_header_files": "XObjCUnderhood/Core/*.h",
"source_files": "XObjCUnderhood/Core/*.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"M13OrderedDictionary": [
]
}
}
]
}