blob: f851c2b61a45cb1e090326cc4b451962c23cdccb [file] [log] [blame]
{
"name": "NXNetworkManager",
"version": "0.1.0",
"summary": "NXNetworkManager base on AFNetwroking",
"homepage": "https://github.com/qufeng33/NXNetworkManager",
"license": "MIT",
"authors": {
"nightx": "qufeng33@hotmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/qufeng33/NXNetworkManager.git",
"tag": "0.1.0"
},
"source_files": "NXNetworkManager/**/*",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"CocoaLumberjack": [
"~> 2.3.0"
]
}
}