blob: 120bb2ca8a00dde39394098aa1be9525dcf867aa [file] [log] [blame]
{
"name": "SunbeamAFNetworkingService",
"version": "0.2.15",
"summary": "SunbeamAFNetworkingService is a simple structure base on AFNetworking 2.6.3",
"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.15"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "SunbeamAFNetworkingService/Classes/**/*",
"public_header_files": "SunbeamAFNetworkingService/Classes/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 2.6.3"
]
}
}