blob: f8cf59ea18aebb878c2cd6f5bb52e3fa7c0774b3 [file] [log] [blame]
{
"name": "DynamicAppConfig",
"version": "1.3.3",
"swift_versions": "5.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/DynamicAppConfig",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Crescent Flare": "info@crescentflare.com"
},
"source": {
"git": "https://github.com/crescentflare/DynamicAppConfig.git",
"tag": "1.3.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DynamicAppConfigIOS/DynamicAppConfig/Classes/**/*",
"resource_bundles": {
"DynamicAppConfig": [
"DynamicAppConfigIOS/DynamicAppConfig/Localization/*.lproj",
"DynamicAppConfigIOS/DynamicAppConfig/Layout/*.xib"
]
},
"swift_version": "5.0"
}