mirror of
https://github.com/averello/ConnectionKit.git
synced 2026-03-03 18:24:03 +01:00
27 lines
528 B
Markdown
27 lines
528 B
Markdown
# ConnectionKit
|
|
|
|
Abstract possible connections
|
|
|
|
## Example
|
|
|
|
To run the example project, clone the repo, and run `pod install` from the Example directory first.
|
|
|
|
## Requirements
|
|
|
|
## Installation
|
|
|
|
ConnectionKit is available through [CocoaPods](http://cocoapods.org). To install
|
|
it, simply add the following line to your Podfile:
|
|
|
|
```ruby
|
|
pod "ConnectionKit"
|
|
```
|
|
|
|
## Author
|
|
|
|
Georges Boumis, developer.george.boumis@gmail.com
|
|
|
|
## License
|
|
|
|
ConnectionKit is available under the Apache 2.0 license. See the LICENSE file for more info.
|