Skip to content

hyfn/OnoKit-iOS

This branch is 5 commits ahead of onodude/OnoKit-iOS:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
danny
Nov 15, 2022
a1fea78 · Nov 15, 2022
Sep 18, 2020
Mar 8, 2022
Sep 21, 2020
Mar 8, 2022
Sep 22, 2020
Sep 18, 2020
Sep 18, 2020
Sep 18, 2020
Oct 8, 2020
Nov 15, 2022
Sep 22, 2020
Sep 23, 2020

Repository files navigation

OnoKit

Version Platform

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 OnoKit 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 'OnoKit', '~> 1.0.0'
end

Then, run the following command:

$ pod install

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

pod 'OnoKit'

Code style

The convention style definition follows OnoKit's Rulebook which is a guideline for the library style.

Author

onodude, [email protected]

License

OnoKit is available under the Apache License, Version 2.0. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 97.7%
  • Ruby 1.7%
  • Objective-C 0.6%