blob: 3bc23a91d539b47e0ef2a5017aa50b80a14e9c5c [file] [log] [blame]
{
"name": "CFLAppConfig",
"version": "0.2.0",
"summary": "A useful library to support multiple build configurations in one application build.",
"description": "A useful library to support multiple build configurations in one application build.\nFor example: be able to make one build with a build selector that contains development, test, acceptance and a production configuration. There would be no need to deliver multiple builds for each environment for testing, it can all be done from one build.",
"homepage": "https://github.com/crescentflare/CFLAppConfig",
"license": "MIT",
"authors": {
"Crescent Flare": "info@crescentflare.com"
},
"source": {
"git": "https://github.com/crescentflare/CFLAppConfig.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "CFLAppConfig/Classes/**/*",
"resource_bundles": {
"CFLAppConfig": [
"CFLAppConfig/Assets/*.png"
]
}
}