To run the example project, clone the repo, and run pod install
from the Demo directory first.
Collections requires iOS 9.0 and above.
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'
Tayphoon, tayphoon.company@gmail.com
Collections is available under the MIT license. See the LICENSE file for more info.