blob: 96c17026305acd3bce153236ef3f51f577491eaf [file] [log] [blame]
{
"name": "DDNetWorking",
"version": "1.0",
"summary": "测试使用",
"description": "测试使用afnetwork",
"homepage": "https://github.com/haomingzhi/DDNetWorking",
"license": "MIT",
"authors": {
"haomingzhi": "736569747@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/haomingzhi/DDNetWorking.git",
"tag": "1.0"
},
"source_files": [
"DDNetWorking",
"DDNetWorking/**/*.{h,m}"
],
"exclude_files": "DDNetWorking/Exclude",
"public_header_files": [
"DDNetWorking/DDNetWorking.h",
"DDNetWorking/**/*.h"
],
"frameworks": [
"UIKit",
"Foundation",
"Security"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}