| { |
| "name": "AppConfigSwift", |
| "version": "0.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/AppConfigSwift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Crescent Flare": "info@crescentflare.com" |
| }, |
| "source": { |
| "git": "https://github.com/crescentflare/AppConfigSwift.git", |
| "tag": "0.5.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "AppConfigSwift/Classes/**/*", |
| "resource_bundles": { |
| "AppConfigSwift": [ |
| "AppConfigSwift/Localization/*.lproj", |
| "AppConfigSwift/Layout/*.xib" |
| ] |
| } |
| } |