Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.29 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.29 KB

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, [email protected]

License

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