Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 831 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 831 Bytes

iOS Core

MIT Carthage compatible Hits-of-Code

Installation with Carthage

Carthage is another dependency management tool written in Swift.

Add the following line to your Cartfile:

github "exozet/iOSCore" ~> 0.0.1

And run carthage update to build the dynamic framework.

  • Under embeded binaries add manually iOSCore.framework and then import as normal pod, like:
import iOSCore

Support

Supports iOS 10 and above. Xcode 10.0 is required to build the latest code written in Swift 4.0.