You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2024. It is now read-only.
_Library containing types supporting code generated by [R.swift](https://github.com/mac-cain13/R.swift)_
4
4
5
+
## Why use this?
6
+
7
+
Regular users probably want to include this library to use [R.swift](https://github.com/mac-cain13/R.swift). Developers of other libraries can use this library to extend upon the types and code R.swift generates and uses.
8
+
9
+
## Installation
10
+
11
+
### CocoaPods (recommended)
12
+
13
+
_**Be aware:** If you just want to use R.swift follow the install instructions for R.swift._
14
+
15
+
1. Add `pod 'R.swift.Library'` to your [Podfile](http://cocoapods.org/#get_started)
16
+
2. Run `pod install`
17
+
18
+
### Carthage
19
+
20
+
1. Add `github "mac-cain13/R.swift.Library"` to your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile)
21
+
2. Run `carthage`
22
+
5
23
## License
6
24
7
-
R.swift and R.swift.Library are created by [Mathijs Kadijk](https://github.com/mac-cain13) and released under a [MIT License](License).
25
+
[R.swift](https://github.com/mac-cain13/R.swift) and [R.swift.Library](https://github.com/mac-cain13/R.swift.Library) are created by [Mathijs Kadijk](https://github.com/mac-cain13) and released under a [MIT License](License).
0 commit comments