blob: cbda3779360f3f1c2f1423b73165ce0ecf62b168 [file] [log] [blame]
{
"name": "CAPCTNetworking",
"version": "1.0.0",
"summary": "CTNetworking is an iOS discrete HTTP API calling framework based on AFNetworking.",
"description": "CTNetworking is an iOS discrete HTTP API calling framework based on AFNetworking,this is CTNetworking",
"homepage": "https://github.com/casatwy/RTNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CasaTaloyum": "casatwy@msn.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/captain9911/RTNetworking.git",
"tag": "1.0.0"
},
"source_files": "CTNetworking/CTNetworking/**/*.{h,m}",
"resources": "CTNetworking/CTNetworking/**/*.plist",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/AFNetworking"
},
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}