blob: 8dc160ffbda50979151ee586148d40d28e3182aa [file] [log] [blame]
{
"name": "XKHttpNetworkHelper",
"version": "0.1.0",
"summary": "基于AFNetworking的二次封装网络框架",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ryanMans/XKHttpNetworkHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"RyanMans": "1696186412@qq.com"
},
"source": {
"git": "https://github.com/ryanMans/XKHttpNetworkHelper.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XKHttpNetworkHelper/Classes/**/*",
"public_header_files": "XKHttpNetworkHelper/Classes/**/*.h",
"dependencies": {
"AFNetworking": [
],
"Reachability": [
]
}
}