blob: 2e06d2824c39085cce2c53c73b4f5e6d46f451b2 [file] [log] [blame]
{
"name": "AXHTTPClient",
"version": "0.0.1",
"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.1"
},
"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": [
]
}
}