This repository was archived by the owner on Jul 23, 2024. It is now read-only.
File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,19 @@ your Podfile:
103
103
pod " ScrollingCardView"
104
104
```
105
105
106
+ #### Carthage
107
+ ScrollingCardView is also available through Carthage. Add the following to your
108
+ Cartfile:
109
+
110
+ ```
111
+ github "mozilla-mobile/ScrollingCardView" >= 0.1.2
112
+ ```
113
+
114
+ Then drag-and-drop ` Carthage/Build/iOS/ScrollingCardView.framework ` into your
115
+ "Linked Frameworks and Libraries" section and add the ` copy-frameworks ` script
116
+ as specified in the [ Carthage github
117
+ readme] ( https://github.com/Carthage/Carthage/ ) .
118
+
106
119
### Notes
107
120
* This project is not tested with Interface Builder
108
121
* This project is unlikely to work with non-constraint based layouts
@@ -116,6 +129,16 @@ open Example/ScrollingCardView.xcworkspace
116
129
117
130
Xcode will open: run from there.
118
131
132
+ ### Carthage
133
+ To run the Carthage example project:
134
+ ``` sh
135
+ cd Example_Carthage
136
+ carthage update
137
+ open Example_Carthage.xcodeproj
138
+ ```
139
+
140
+ Xcode will open: run from there.
141
+
119
142
## Development
120
143
Follow the instructions above to open the example project. The library files
121
144
can be found in:
You can’t perform that action at this time.
0 commit comments