Skip to content

Commit 83fe280

Browse files
Remove tvOS (#1) (#8)
* Remove tvOS support * Remove Travis CI
1 parent a8f862e commit 83fe280

File tree

3 files changed

+1
-79
lines changed

3 files changed

+1
-79
lines changed

.travis.yml

Lines changed: 0 additions & 77 deletions
This file was deleted.

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $ pod install
4949
To integrate RxASDataSources into your Xcode project using Carthage, specify it in your `Cartfile`:
5050

5151
```ogdl
52-
github "dangthaison91/RxASDataSources"
52+
github "RxSwiftCommunity/RxASDataSources"
5353
```
5454

5555
## Usage

RxASDataSources.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Pod::Spec.new do |s|
99
s.source = { :git => "https://github.com/RxSwiftCommunity/RxASDataSources.git", :tag => s.version.to_s }
1010

1111
s.ios.deployment_target = '8.0'
12-
s.tvos.deployment_target = '9.0'
1312
# s.pod_target_xcconfig = { "SWIFT_VERSION" => "4.0" }
1413
s.requires_arc = true
1514

0 commit comments

Comments
 (0)