Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 0 additions & 77 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $ pod install
To integrate RxASDataSources into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "dangthaison91/RxASDataSources"
github "RxSwiftCommunity/RxASDataSources"
```

## Usage
Expand Down
1 change: 0 additions & 1 deletion RxASDataSources.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/RxSwiftCommunity/RxASDataSources.git", :tag => s.version.to_s }

s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
# s.pod_target_xcconfig = { "SWIFT_VERSION" => "4.0" }
s.requires_arc = true

Expand Down