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

APJExtensions 0.0.35

APJExtensions 0.0.35

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jun 2020
SPMSupports SPM

Maintained by Angelo Pino.



  • By
  • Angelo Pino

APJExtensions

A Swift util extensions

INSTALLATION

CocoaPods

CocoaPods is a dependency manager for Cocoa projects.

You can install it with the following command:

$ gem install cocoapods

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

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

pod 'APJExtensions'

Then, run the following command:

$ pod install