blob: 3532a948685498bbfea233244b6ff308bc91ed99 [file] [log] [blame]
{
"name": "CFAppConfig",
"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/CFAppConfig",
"license": "MIT",
"authors": {
"Crescent Flare": "info@crescentflare.com"
},
"source": {
"git": "https://github.com/crescentflare/CFAppConfig.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CFAppConfig": [
"Pod/Assets/*.png"
]
}
}