Skip to content

nam-dh/iOS-Common-Utils

Repository files navigation

iOSCommonUtils

Build Status Carthage compatible

Common Utilities for iOS App

Installation

Currently iOSCommonUtils supports installation via the package managers Carthage and CocoaPods.

Carthage

  • Add the followings to your Cartfile:
    github "nam-dh/iOS-Common-Utils" ~> 0.7.0
  • Run carthage update.

CocoaPods

  • Add the followings to your Podfile:
    use_frameworks!
    pod 'iOSCommonUtils', '~> 0.7.0'
  • Run pod install.

License

iOSCommonUtils is released under the MIT License.