MyEnvironmentConfig 1.0.0× TestsTested ✗ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Dec 2014Maintained by Vincil Bishop.Installation Guide×Installation Guide for MyEnvironmentConfigYou want to add pod 'MyEnvironmentConfig', '~> 1.0' similar to the following to your Podfile:target 'MyApp' do pod 'MyEnvironmentConfig', '~> 1.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try MyEnvironmentConfigSee PodspecGitHub RepoPage on CocoaPods.orgMyEnvironmentConfig 1.0.0ByVincil Bishoppremosystems/MyEnvironmentConfigGitHub Repo Helper classes that map configuration values to XCode build configurations. Install using Cocoapods. Add Environment $(CONFIGURATION) to info.plist. Add Environments.plist configuration file, populate with you favorite variable goodness. Add a convenience category on the MYEnvironmentConfig class exposing strongly typed configuration values. Initialize MyEnvironmentConfig in appDidFinishLaunching.