-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RxSwift 5.0.0 support
- Loading branch information
Showing
340 changed files
with
11,552 additions
and
10,278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
github "ReactiveX/RxSwift" ~> 4.5 | ||
github "ReactiveX/RxSwift" ~> 5.0 | ||
github "Alamofire/Alamofire" ~> 4.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
github "AliSoftware/OHHTTPStubs" ~> 8.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
github "Alamofire/Alamofire" "4.8.2" | ||
github "ReactiveX/RxSwift" "4.5.0" | ||
github "AliSoftware/OHHTTPStubs" "8.0.0" | ||
github "ReactiveX/RxSwift" "5.0.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'cocoapods', '~> 1.6' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
CFPropertyList (3.0.0) | ||
activesupport (4.2.11.1) | ||
i18n (~> 0.7) | ||
minitest (~> 5.1) | ||
thread_safe (~> 0.3, >= 0.3.4) | ||
tzinfo (~> 1.1) | ||
atomos (0.1.3) | ||
claide (1.0.2) | ||
cocoapods (1.6.1) | ||
activesupport (>= 4.0.2, < 5) | ||
claide (>= 1.0.2, < 2.0) | ||
cocoapods-core (= 1.6.1) | ||
cocoapods-deintegrate (>= 1.0.2, < 2.0) | ||
cocoapods-downloader (>= 1.2.2, < 2.0) | ||
cocoapods-plugins (>= 1.0.0, < 2.0) | ||
cocoapods-search (>= 1.0.0, < 2.0) | ||
cocoapods-stats (>= 1.0.0, < 2.0) | ||
cocoapods-trunk (>= 1.3.1, < 2.0) | ||
cocoapods-try (>= 1.1.0, < 2.0) | ||
colored2 (~> 3.1) | ||
escape (~> 0.0.4) | ||
fourflusher (>= 2.2.0, < 3.0) | ||
gh_inspector (~> 1.0) | ||
molinillo (~> 0.6.6) | ||
nap (~> 1.0) | ||
ruby-macho (~> 1.4) | ||
xcodeproj (>= 1.8.1, < 2.0) | ||
cocoapods-core (1.6.1) | ||
activesupport (>= 4.0.2, < 6) | ||
fuzzy_match (~> 2.0.4) | ||
nap (~> 1.0) | ||
cocoapods-deintegrate (1.0.4) | ||
cocoapods-downloader (1.2.2) | ||
cocoapods-plugins (1.0.0) | ||
nap | ||
cocoapods-search (1.0.0) | ||
cocoapods-stats (1.1.0) | ||
cocoapods-trunk (1.3.1) | ||
nap (>= 0.8, < 2.0) | ||
netrc (~> 0.11) | ||
cocoapods-try (1.1.0) | ||
colored2 (3.1.2) | ||
concurrent-ruby (1.1.5) | ||
escape (0.0.4) | ||
fourflusher (2.2.0) | ||
fuzzy_match (2.0.4) | ||
gh_inspector (1.1.3) | ||
i18n (0.9.5) | ||
concurrent-ruby (~> 1.0) | ||
minitest (5.11.3) | ||
molinillo (0.6.6) | ||
nanaimo (0.2.6) | ||
nap (1.1.0) | ||
netrc (0.11.0) | ||
ruby-macho (1.4.0) | ||
thread_safe (0.3.6) | ||
tzinfo (1.2.5) | ||
thread_safe (~> 0.1) | ||
xcodeproj (1.9.0) | ||
CFPropertyList (>= 2.3.3, < 4.0) | ||
atomos (~> 0.1.3) | ||
claide (>= 1.0.2, < 2.0) | ||
colored2 (~> 3.1) | ||
nanaimo (~> 0.2.6) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
cocoapods (~> 1.6) | ||
|
||
BUNDLED WITH | ||
2.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>$(DEVELOPMENT_LANGUAGE)</string> | ||
<key>CFBundleExecutable</key> | ||
<string>$(EXECUTABLE_NAME)</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>$(PRODUCT_NAME)</string> | ||
<key>CFBundlePackageType</key> | ||
<string>FMWK</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
<key>CFBundleVersion</key> | ||
<string>$(CURRENT_PROJECT_VERSION)</string> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>Copyright © 2019 RxSwiftCommunity. All rights reserved.</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// | ||
// RxAlamofire_macOS.h | ||
// RxAlamofire macOS | ||
// | ||
// Created by Ryne Cheow on 19/4/19. | ||
// Copyright © 2019 RxSwiftCommunity. All rights reserved. | ||
// | ||
|
||
#import <Cocoa/Cocoa.h> | ||
|
||
//! Project version number for RxAlamofire_macOS. | ||
FOUNDATION_EXPORT double RxAlamofire_macOSVersionNumber; | ||
|
||
//! Project version string for RxAlamofire_macOS. | ||
FOUNDATION_EXPORT const unsigned char RxAlamofire_macOSVersionString[]; | ||
|
||
// In this header, you should import all the public headers of your framework using statements like #import <RxAlamofire_macOS/PublicHeader.h> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>$(DEVELOPMENT_LANGUAGE)</string> | ||
<key>CFBundleExecutable</key> | ||
<string>$(EXECUTABLE_NAME)</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>$(PRODUCT_NAME)</string> | ||
<key>CFBundlePackageType</key> | ||
<string>FMWK</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
<key>CFBundleVersion</key> | ||
<string>$(CURRENT_PROJECT_VERSION)</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// | ||
// RxAlamofire_watchOS.h | ||
// RxAlamofire watchOS | ||
// | ||
// Created by Ryne Cheow on 19/4/19. | ||
// Copyright © 2019 RxSwiftCommunity. All rights reserved. | ||
// | ||
|
||
#import <WatchKit/WatchKit.h> | ||
|
||
//! Project version number for RxAlamofire_watchOS. | ||
FOUNDATION_EXPORT double RxAlamofire_watchOSVersionNumber; | ||
|
||
//! Project version string for RxAlamofire_watchOS. | ||
FOUNDATION_EXPORT const unsigned char RxAlamofire_watchOSVersionString[]; | ||
|
||
// In this header, you should import all the public headers of your framework using statements like #import <RxAlamofire_watchOS/PublicHeader.h> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,38 @@ | ||
source "https://github.com/CocoaPods/Specs.git" | ||
|
||
use_frameworks! | ||
platform :ios, "9.0" | ||
|
||
def common | ||
pod "Alamofire", "~> 4.8" | ||
pod "RxSwift", "~> 4.5" | ||
pod "RxCocoa", "~> 4.5" | ||
pod "RxSwift", "~> 5.0" | ||
pod "RxCocoa", "~> 5.0" | ||
end | ||
|
||
target "RxAlamofire-iOS" do | ||
common | ||
end | ||
|
||
target "RxAlamofire-iOS-Example" do | ||
platform :ios, "9.0" | ||
common | ||
end | ||
|
||
target "RxAlamofire-tvOS-Example" do | ||
target "RxAlamofire-tvOS" do | ||
platform :tvos, "9.0" | ||
common | ||
end | ||
|
||
target "RxAlamofire-iOS" do | ||
platform :ios, "9.0" | ||
target "RxAlamofire-tvOS-Example" do | ||
platform :tvos, "9.0" | ||
common | ||
end | ||
|
||
target "RxAlamofireTests" do | ||
platform :ios, "9.0" | ||
target "RxAlamofire-watchOS" do | ||
platform :watchos, "3.0" | ||
common | ||
pod "OHHTTPStubs", "~> 7.0" | ||
pod "OHHTTPStubs/Swift", "~> 7.0" | ||
pod "RxBlocking", "~> 4.5" | ||
end | ||
|
||
target "RxAlamofire-tvOS" do | ||
platform :tvos, "9.0" | ||
target "RxAlamofire-macOS" do | ||
platform :osx, "10.10" | ||
common | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,30 @@ | ||
PODS: | ||
- Alamofire (4.8.1) | ||
- OHHTTPStubs (7.0.0): | ||
- OHHTTPStubs/Default (= 7.0.0) | ||
- OHHTTPStubs/Core (7.0.0) | ||
- OHHTTPStubs/Default (7.0.0): | ||
- OHHTTPStubs/Core | ||
- OHHTTPStubs/JSON | ||
- OHHTTPStubs/NSURLSession | ||
- OHHTTPStubs/OHPathHelpers | ||
- OHHTTPStubs/JSON (7.0.0): | ||
- OHHTTPStubs/Core | ||
- OHHTTPStubs/NSURLSession (7.0.0): | ||
- OHHTTPStubs/Core | ||
- OHHTTPStubs/OHPathHelpers (7.0.0) | ||
- OHHTTPStubs/Swift (7.0.0): | ||
- OHHTTPStubs/Default | ||
- RxBlocking (4.5.0): | ||
- RxSwift (>= 4.4.2, ~> 4.4) | ||
- RxCocoa (4.5.0): | ||
- RxSwift (>= 4.4.2, ~> 4.4) | ||
- RxSwift (4.5.0) | ||
- Alamofire (4.8.2) | ||
- RxCocoa (5.0.0): | ||
- RxRelay (~> 5) | ||
- RxSwift (~> 5) | ||
- RxRelay (5.0.0): | ||
- RxSwift (~> 5) | ||
- RxSwift (5.0.0) | ||
|
||
DEPENDENCIES: | ||
- Alamofire (~> 4.8) | ||
- OHHTTPStubs (~> 7.0) | ||
- OHHTTPStubs/Swift (~> 7.0) | ||
- RxBlocking (~> 4.5) | ||
- RxCocoa (~> 4.5) | ||
- RxSwift (~> 4.5) | ||
- RxCocoa (~> 5.0) | ||
- RxSwift (~> 5.0) | ||
|
||
SPEC REPOS: | ||
https://github.com/cocoapods/specs.git: | ||
- Alamofire | ||
- OHHTTPStubs | ||
- RxBlocking | ||
- RxCocoa | ||
- RxRelay | ||
- RxSwift | ||
|
||
SPEC CHECKSUMS: | ||
Alamofire: 16ce2c353fb72865124ddae8a57c5942388f4f11 | ||
OHHTTPStubs: ef33a2c353110d306bb98f695435ec56ff5a26c3 | ||
RxBlocking: 79413e4d916f44bb3e113c5b2cc059e36fe58910 | ||
RxCocoa: cbf70265dc65a981d4ac982e513c10cf23df24a0 | ||
RxSwift: f172070dfd1a93d70a9ab97a5a01166206e1c575 | ||
Alamofire: ae5c501addb7afdbb13687d7f2f722c78734c2d3 | ||
RxCocoa: fcf32050ac00d801f34a7f71d5e8e7f23026dcd8 | ||
RxRelay: 4f7409406a51a55cd88483f21ed898c234d60f18 | ||
RxSwift: 8b0671caa829a763bbce7271095859121cbd895f | ||
|
||
PODFILE CHECKSUM: cc3ce8b94377bef0497f6cb01e1e70079c3bad97 | ||
PODFILE CHECKSUM: 078e2c3588728fed6591aca19e86edbd8ee247ec | ||
|
||
COCOAPODS: 1.6.1 |
Oops, something went wrong.