An open API service indexing awesome lists of open source software.

https://github.com/willpowell8/configkit


https://github.com/willpowell8/configkit

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ConfigKit

[![CI Status](http://img.shields.io/travis/Will Powell/ConfigKit.svg?style=flat)](https://travis-ci.org/Will Powell/ConfigKit)
[![Version](https://img.shields.io/cocoapods/v/ConfigKit.svg?style=flat)](http://cocoapods.org/pods/ConfigKit)
[![License](https://img.shields.io/cocoapods/l/ConfigKit.svg?style=flat)](http://cocoapods.org/pods/ConfigKit)
[![Platform](https://img.shields.io/cocoapods/p/ConfigKit.svg?style=flat)](http://cocoapods.org/pods/ConfigKit)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

## Installation

ConfigKit is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "ConfigKit"
```

You can add the parameters to info plist

CONFIG_FIXED = YES
CONFIG_ACCOUNT = "ACCOUNT NAME"
CONFIG_BRANCH = "BRANCH NAME"

## Author

Will Powell, willpowell8@gmail.com

## License

ConfigKit is available under the MIT license. See the LICENSE file for more info.