Skip to content

Commit f9943c4

Browse files
authored
Merge pull request #48 from bsarrazin/feature/carthage-support
Adding Carthage support for binary-only distribution
2 parents b916810 + 10fd8be commit f9943c4

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

Carthage.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"0.7.0": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.7.0/RxKeyboard.framework.zip",
3+
"0.7.1": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.7.1/RxKeyboard.framework.zip"
4+
}

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,17 @@ $ swift package generate-xcodeproj
120120
- **Using [Carthage](https://github.com/Carthage/Carthage)**:
121121

122122
```
123-
github "RxSwiftCommunity/RxKeyboard"
123+
binary "https://raw.githubusercontent.com/RxSwiftCommunity/RxKeyboard/master/Carthage.json"
124124
```
125125

126-
⚠️ With Carthage, RxKeyboard only supports:
126+
⚠️ With Carthage, RxKeyboard only supports binary installation:
127127

128-
* Xcode 9.1 (9B55)
129-
* Swift 4.0.2 (swiftlang-900.0.69.2 clang-900.0.38)
128+
* 0.7.1
129+
* Xcode 9.1 (9B55)
130+
* Swift 4.0.2 (swiftlang-900.0.69.2 clang-900.0.38)
131+
* 0.7.0
132+
* 9.0.1 (9A1004)
133+
* Swift 4.0 (swiftlang-900.0.65.2 clang-900.0.37)
130134

131135
## License
132136

0 commit comments

Comments
 (0)