blob: 243d936df44488b428ec943e1fa2ca37a19380dd [file] [log] [blame]
{
"name": "DLLHTTPRequest",
"version": "0.2.6",
"summary": "网络请求中间层",
"description": "网络请求中间层,底层实现采用AFNetworking。",
"homepage": "https://github.com/xiaobinlzy/DLLHTTPUtil_iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xiaobinlzy": "xiaobinlzy@163.com"
},
"default_subspecs": "Binary",
"source": {
"git": "https://github.com/xiaobinlzy/DLLHTTPUtil_iOS.git",
"tag": "0.2.6"
},
"public_header_files": "Classes/*.h",
"source_files": "Classes/*.h",
"dependencies": {
"AFNetworking": [
]
},
"platforms": {
"ios": "7.0"
},
"subspecs": [
{
"name": "Source",
"source_files": "Classes/**/*",
"requires_arc": true
},
{
"name": "Binary",
"vendored_libraries": "libDLLHTTPRequest.a",
"ios": {
"frameworks": [
"MobileCoreServices",
"CoreGraphics",
"Security",
"SystemConfiguration"
]
}
}
]
}