blob: 56c918a52375aefe25eed62776adc0ae441afd86 [file] [log] [blame]
{
"name": "NWNetworkingWrapper",
"version": "1.0.1",
"summary": "NWNetworkingWrapper is a AFNetworking wrapper",
"homepage": "https://github.com/atcuan/NWNetworkingWrapper",
"license": "MIT",
"authors": {
"Moch Xiao": "atcuan@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/atcuan/NWNetworkingWrapper.git",
"tag": "1.0.1"
},
"source_files": "NWNetworkingWrapper/Classess/*",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"AFNetworking": [
]
}
}