CocoaPods trunk is moving to be read-only. Read more on the blog, there are 11 months to go.

JonHomeiOSCore 0.0.12

JonHomeiOSCore 0.0.12

Maintained by JonHome.



  • By
  • JonHome

iOSCore

iOS extension core utils swift

Platform Cocoapods Compatible

Contents

Requirements

  • iOS 11.0+
  • Xcode 11.0+
  • Swift 5.0+

Installation

CocoaPods

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 JonHomeiOSCore

To integrate JonHomeiOSCore into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '11.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'JonHomeiOSCore'
end

Then, run the following command:

$ pod install

License

JonHomeiOSCore is released under the MIT license. See LICENSE for details.