OnoCommon
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapods
CocoaPods 1.1.0+ is required to build OnoCommon 1.0.0+.
To integrate OnoCommon into your Xcode project using CocoaPods, specify it in your Podfile:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '13.0'
use_frameworks!
target '<Your Target Name>' do
pod 'OnoCommon', '~> 1.0.0'
end
Then, run the following command:
$ pod install
OnoCommon is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'OnoCommon'
Author
onodude, [email protected]
License
OnoCommon is available under the Apache License, Version 2.0. See the LICENSE file for more info.