blob: 87f03f4a424306fdd7ffa6d143d2ba5a776293aa [file] [log] [blame]
{
"name": "NXNetworkManager",
"version": "0.1.5",
"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.5"
},
"source_files": "NXNetworkManager/**/*",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"CocoaLumberjack": [
"~> 2.3.0"
]
}
}