blob: f84bfc37bc228c42bc95874636e55d116b237aee [file] [log] [blame]
{
"name": "DGNetwork",
"version": "2.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": "8.0"
},
"source": {
"http": "http://framework.digipolitan.com/libraries-release/ios/network/2.0/DGNetwork.zip"
},
"vendored_frameworks": "DGNetwork.framework",
"public_header_files": "DGNetwork.framework/**/*.h",
"requires_arc": true,
"frameworks": "SystemConfiguration",
"dependencies": {
"DGSQLite": [
]
}
}