We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4681b42 commit 4c28f41Copy full SHA for 4c28f41
Readme.md
@@ -25,7 +25,7 @@
25
To integrate RxASDataSources into your Xcode project using CocoaPods, specify it in your `Podfile`:
26
27
```ruby
28
-pod 'RxASDataSources', '~> 0.1'
+pod 'RxASDataSources'
29
```
30
31
Then, run the following command:
@@ -39,7 +39,7 @@ $ pod install
39
To integrate RxASDataSources into your Xcode project using Carthage, specify it in your `Cartfile`:
40
41
```ogdl
42
-github "dangthaison91/RxASDataSources" ~> 0.1
+github "dangthaison91/RxASDataSources"
43
44
45
## Usage
0 commit comments