blob: a9f1ba3fb4b7ea4ec2e6597296cb4082d7695c52 [file] [log] [blame]
{
"name": "WJQApi",
"version": "0.0.1",
"summary": "基于AFNetworking封装的网络通讯类.",
"description": "基于AFNetworking封装的网络通讯类,方便使用",
"homepage": "https://github.com/SirJunqiuWu/WJQApi",
"license": "MIT",
"authors": {
"Jack": "1071034992@qq.com"
},
"source": {
"git": "https://github.com/SirJunqiuWu/WJQApi.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "WJQApi/*.{h,m}",
"resource_bundles": {
"WJQApi": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
]
}
}