blob: 5d8402b3defbb541644862fe3d63278ea9d0e0c0 [file] [log] [blame]
{
"name": "RemoteConfig",
"version": "1.1.0",
"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.1.0"
},
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"source_files": "RemoteConfig/*.{h,m}",
"requires_arc": true
}