blob: 5fd54a082d6f8eba452b53349271b8ffdeb55a7b [file] [log] [blame]
{
"name": "SunbeamAFNetworkingService",
"version": "0.2.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "SunbeamAFNetworkingService/Classes/**/*",
"public_header_files": "SunbeamAFNetworkingService/Classes/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 2.6.3"
]
}
}