Library containing types supporting code generated by R.swift
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.
Be aware: If you just want to use R.swift follow the install instructions for R.swift.
- Add
pod 'R.swift.Library'
to your Podfile - Run
pod install
- Add
github "mac-cain13/R.swift.Library"
to your Cartfile - Run
carthage
R.swift and R.swift.Library are created by Mathijs Kadijk and released under a MIT License.