/Collections

Primary LanguageSwiftMIT LicenseMIT

Collections

CI Status codecov.io License Platform

Usage

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

Requirements

Collections requires iOS 9.0 and above.

Installation

Collections is available through CocoaPods. To install it, simply add the following lines to your Podfile:

source 'https://github.com/Tayphoon/TayphoonSpecs.git'
 
platform :ios, '9.0'
 
target 'DemoApp' do
  pod 'Collections', '~> 0.1.1'
end

# CoreData support optional component
pod 'Collections/CoreData', '~> 0.1.1'

Author

Tayphoon, tayphoon.company@gmail.com

License

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