blob: 80e4eec0dcc68672b16d1ecfcf3e323cec6ceae2 [file] [log] [blame]
{
"name": "ZHLib",
"version": "0.0.1",
"summary": "zhlib",
"homepage": "https://www.yuenvshen.com",
"license": "BSD",
"authors": {
"zhzenghui": "zhzenghui@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/zhzenghui/ZHLib.git",
"tag": "0.0.1"
},
"source_files": [
"ZHLib",
"ZHLib/**/*.{h,m}"
],
"public_header_files": "ZHLib/**/*.h",
"requires_arc": true,
"ios": {
"frameworks": [
"MobileCoreServices",
"SystemConfiguration"
]
}
}