blob: 1a3f812848a3be62f2fc58e28a20662d70e32a35 [file] [log] [blame]
{
"name": "RemoteConfig",
"version": "1.3.1",
"summary": "Objective-c library for loading a remote JSON / XML config file with locally defined default values.",
"homepage": "https://github.com/gangverk/RemoteConfig",
"license": "MIT",
"authors": {
"Kevin Renskers": "info@mixedcase.nl"
},
"source": {
"git": "https://github.com/gangverk/RemoteConfig.git",
"tag": "1.3.1"
},
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"source_files": "RemoteConfig/*.{h,m}",
"requires_arc": true,
"dependencies": {
"XMLReader": [
]
}
}