blob: 08c4fb349ea57d6271483ac96be95688eb0107a2 [file] [log] [blame]
{
"name": "XMNetworking",
"version": "1.1.0",
"summary": "A lightweight but powerful network library with simplified and expressive syntax based on AFNetworking.",
"homepage": "https://github.com/kangzubin/XMNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zubin Kang": "kangzubin@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/kangzubin/XMNetworking.git",
"tag": "1.1.0",
"submodules": true
},
"source_files": "XMNetworking/*.{h,m}",
"public_header_files": "XMNetworking/*.h",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}