blob: 9ff2f32e3c43e7e02d5be349decc29369e54b94a [file] [log] [blame]
{
"name": "DGNetwork",
"version": "1.0",
"summary": "Digipolitan Network framework, handles all network layer for you",
"homepage": "http://framework.digipolitan.com/network.html",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Digipolitan": "contact@digipolitan.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"http": "http://framework.digipolitan.com/libraries-release/ios/network/1.0/DGNetwork.zip"
},
"vendored_frameworks": "DGNetwork.framework",
"public_header_files": "DGNetwork.framework/**/*.h",
"requires_arc": true,
"frameworks": "SystemConfiguration",
"dependencies": {
"DGSQLite": [
]
}
}