blob: a3e88a640f1b0b7cdccbfeef3efeaf8f5750e9a8 [file] [log] [blame]
{
"name": "BSSimpleHTTPNetworking",
"version": "0.0.1",
"summary": "An simple networking api based on AFNetworking",
"license": {
"type": "MIT",
"file": "LICENCE"
},
"homepage": "https://github.com/juxingzhutou/BSSimpleHTTPNetworking",
"authors": {
"juxingzhutou": "juxingzhutou@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/juxingzhutou/BSSimpleHTTPNetworking.git",
"tag": "v0.0.1"
},
"source_files": "BSSimpleHTTPNetworking/*.{h,m}",
"public_header_files": "BSSimpleHTTPNetworking/BSNetworking.h",
"dependencies": {
"AFNetworking": [
]
}
}