blob: a26472d218fc509d234e4b2f23c1ee2510664f32 [file] [log] [blame]
{
"name": "CHXNetworkingWrapper",
"version": "2.0.0",
"summary": "CHXNetworkingWrapper is a AFNetworking wrapper",
"homepage": "https://github.com/cuzv/CHXNetworkingWrapper",
"license": "MIT",
"authors": {
"Moch Xiao": "cuzval@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/cuzv/CHXNetworkingWrapper.git",
"tag": "2.0.0"
},
"source_files": "CHXNetworkingWrapper/Sources/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}