Skip to content
This repository has been archived by the owner on Oct 6, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 695 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 695 Bytes

AppConfigSwift

A useful library to support multiple build configurations or global settings in one application build.

Integration guide

The library is available through CocoaPods. To install it, simply add one of the following lines to your Podfile.

pod "AppConfigSwift", '~> 1.1.1'

The above version is for Swift 4.1. For older Swift versions use the following:

  • Swift 4.0: AppConfigSwift 1.1.0
  • Swift 3: AppConfigSwift 0.7.2
  • Swift 2.2: AppConfigSwift 0.7.0

Status

This library has moved here. The new DynamicAppConfig repository continues development and includes Android support.