Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (14 loc) · 1.43 KB

Readme.md

File metadata and controls

25 lines (14 loc) · 1.43 KB

R.swift.Library Version Carthage compatible License Platform

Library containing types supporting code generated by R.swift

Why use this?

Regular users probably want to include this library to use R.swift. Developers of other libraries can use this library to extend upon the types and code R.swift generates and uses.

Installation

CocoaPods (recommended)

Be aware: If you just want to use R.swift follow the install instructions for R.swift.

  1. Add pod 'R.swift.Library' to your Podfile
  2. Run pod install

Carthage

  1. Add github "mac-cain13/R.swift.Library" to your Cartfile
  2. Run carthage

License

R.swift and R.swift.Library are created by Mathijs Kadijk and released under a MIT License.