blob: aeab4fb7495e28537aff8daf4bd740bfdf7b1e82 [file] [log] [blame]
{
"name": "FCSchemedConfiguration",
"version": "1.1.0",
"summary": "Configure your app based on build configuration",
"description": " Create one configuration plist that can hold different values for the same key depending on the scheme you set.\n The scheme can be added as preprocessor macro to a scheme. In this way you can easily setup different server URL's, app\n keys and so forth based on the scheme you are running (debug, release, adhoc etc...). You will never forget to switch server\n from test to live again when making a build.\n",
"homepage": "https://github.com/lickylick/FCSchemedConfiguration",
"license": "MIT",
"authors": {
"Almer Lucke": "almer.lucke@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/lickylick/FCSchemedConfiguration.git",
"tag": "v1.1.0"
},
"source_files": "FCSchemedConfiguration/*",
"requires_arc": true
}