blob: 58676db28f56fa0d7f389afc05b40164d2a95324 [file] [log] [blame]
{
"name": "CTNetworking",
"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/Corotata/RTNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CTNetworking": "CTNetworking"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Corotata/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"
]
}
}