blob: 8b9d0bea9ad23eed11ff7724aee52ddd75d43173 [file] [log] [blame]
{
"name": "AXHTTPClient",
"version": "0.0.10",
"summary": "A networking manager kits.",
"description": "A networking manager kits using on iOS platform.",
"homepage": "https://github.com/devedbox/AXHTTPClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aiXing": "862099730@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/devedbox/AXHTTPClient.git",
"tag": "0.0.10"
},
"source_files": [
"AXHTTPClient/AXHTTPClient/*.{h,m}",
"AXHTTPClient/AXHTTPClient/Core/*.{h,m}",
"AXHTTPClient/AXHTTPClient/Core/Models/*.{h,m}"
],
"resources": "AXHTTPClient/AXHTTPClient/AXHTTPClient.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"JYObjectModule": [
],
"AXAESCrypt": [
],
"AXExtensions": [
]
}
}