blob: af73dad202b5ee5de8afe0f37c3354ed0643a4ec [file] [log] [blame]
{
"name": "CommonNetwork",
"version": "0.0.8",
"summary": "通用网络库",
"description": "基于AFNetworking的网络封装库。",
"homepage": "https://github.com/jianglinjie/CommonNetwork.git",
"license": "MIT",
"authors": {
"jianglinjie": "jianglinjie1991@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jianglinjie/CommonNetwork.git",
"tag": "0.0.8"
},
"public_header_files": "CommonNetwork/**/*.h",
"source_files": "CommonNetwork/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.6.0"
],
"libextobjc": [
"~> 0.4.1"
],
"NSString-UrlEncode": [
"~> 2.1.0"
],
"Reachability": [
"~> 3.2"
],
"MSWeakTimer": [
"~> 1.1.0"
]
}
}