blob: e6ab029ec1d7228a2686041265829d551ab3003f [file] [log] [blame]
{
"name": "RemoteConfig",
"version": "1.3.3",
"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.3"
},
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"source_files": "RemoteConfig/*.{h,m}",
"requires_arc": true,
"dependencies": {
"XMLReader": [
]
}
}