blob: f1e75f018bab70e55844fba6371128616626e6f8 [file] [log] [blame]
{
"name": "CommonNetwork",
"version": "0.0.7",
"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.7"
},
"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"
]
}
}