blob: 736419694da80b8d4b23ae33a0d5b2747e04186a [file] [log] [blame]
{
"name": "JHAPIClient",
"version": "0.0.2",
"summary": "JHAPIClient提供基于AFNetworking的网络服务",
"description": "A longer description of CYDate in Markdown format.",
"homepage": "https://github.com/Shenjinghao/module_JHAPIClient.git",
"license": {
"type": "MIT"
},
"authors": {
"shenjinghao": "807880748@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Shenjinghao/module_JHAPIClient.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/**"
},
"dependencies": {
"AFNetworking": [
"~>2.5.0"
]
}
}