blob: 5e67666f9f35d04720a6f7d38ea0e79cc4a2dc68 [file] [log] [blame]
{
"name": "SunbeamAFNetworkingService",
"version": "0.2.2",
"summary": "SunbeamAFNetworkingService is a simple structure for AFNetworking.",
"description": "a simple structure for AFNetworking, you can use it to do http/https request with extend, and it's simple.",
"homepage": "https://github.com/sunbeamChen/SunbeamAFNetworkingService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sunbeamChen": "chenxun1990@126.com"
},
"source": {
"git": "https://github.com/sunbeamChen/SunbeamAFNetworkingService.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "SunbeamAFNetworkingService/Classes/**/*",
"public_header_files": [
"SunbeamAFNetworkingService/Classes/SunbeamAFNetworkingService.h",
"SunbeamAFNetworkingService/Classes/Standard/*.h",
"SunbeamAFNetworkingService/Classes/HTTPClient/SunbeamAFResponse.h",
"SunbeamAFNetworkingService/Classes/Helper/SunbeamAFSingletonService.h"
],
"dependencies": {
"AFNetworking": [
"~> 2.6.3"
]
}
}