Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated pods to eliminate build errors with carthage. #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
54 changes: 27 additions & 27 deletions Sample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
PODS:
- Alamofire (4.0.1)
- Moya (8.0.0-beta.4):
- Moya/Core (= 8.0.0-beta.4)
- Moya-ObjectMapper (2.1):
- Moya-ObjectMapper/Core (= 2.1)
- Moya-ObjectMapper/Core (2.1):
- Moya (= 8.0.0-beta.4)
- ObjectMapper (= 2.2.1)
- Moya-ObjectMapper/RxSwift (2.1):
- Alamofire (4.2.0)
- Moya (8.0.0):
- Moya/Core (= 8.0.0)
- Moya-ObjectMapper (2.3):
- Moya-ObjectMapper/Core (= 2.3)
- Moya-ObjectMapper/Core (2.3):
- Moya (>= 8.0.0)
- ObjectMapper (= 2.2.2)
- Moya-ObjectMapper/RxSwift (2.3):
- Moya-ObjectMapper/Core
- Moya/RxSwift
- RxSwift (= 3.0.1)
- Moya/Core (8.0.0-beta.4):
- Alamofire (~> 4.0)
- Result (~> 3.0)
- Moya/RxSwift (8.0.0-beta.4):
- RxSwift (= 3.1.0)
- Moya/Core (8.0.0):
- Alamofire (~> 4.2.0)
- Result (~> 3.1.0)
- Moya/RxSwift (8.0.0):
- Moya/Core
- RxSwift (~> 3.0)
- ObjectMapper (2.2.1)
- Result (3.0.0)
- RxSwift (3.0.1)
- RxSwift (~> 3.1.0)
- ObjectMapper (2.2.2)
- Result (3.1.0)
- RxSwift (3.1.0)

DEPENDENCIES:
- Moya
Expand All @@ -30,23 +30,23 @@ DEPENDENCIES:

EXTERNAL SOURCES:
Moya-ObjectMapper:
:path: "../"
:path: ../
ObjectMapper:
:git: https://github.com/Hearst-DD/ObjectMapper

CHECKOUT OPTIONS:
ObjectMapper:
:commit: b65a937971806b4e074a3533e06f450fd92ee113
:commit: 5133efa3bc4be1a49c83fa8d2bff10b580e6937d
:git: https://github.com/Hearst-DD/ObjectMapper

SPEC CHECKSUMS:
Alamofire: 7682d43245de14874acd142ec137b144aa1dd335
Moya: bad6f72ec40661f09a8cd85ab470226d2795a485
Moya-ObjectMapper: c8c7435f5405ee5acd5ea61b6190fdbf5d639f97
ObjectMapper: 41e43e1a89f8060ef5ea5d04ba852e269a621d68
Result: 1b3e431f37cbcd3ad89c6aa9ab0ae55515fae3b6
RxSwift: af5680055c4ad04480189c52d28385b1029493a6
Alamofire: aa2e09d871c9160ac53c90e83c68064a94e3dfbe
Moya: 850a166ab8241bd1c1cea6dbe012e3a2ad62944a
Moya-ObjectMapper: 1d2799d27c1173cb8c95c606a44fbd218526fd06
ObjectMapper: 9e385c2295bcc4e16eabbcfc85db801442bba545
Result: 4e3ed5995ed94d0cd6a09be9a431fce3f3624bbf
RxSwift: 83ff553e7593fdfdcb2562933a64c0284dffdadc

PODFILE CHECKSUM: 9299419ef67b47dd9a0ab9cd611dc44ff80199a2

COCOAPODS: 1.1.1
COCOAPODS: 1.2.0.beta.3
38 changes: 22 additions & 16 deletions Sample/Pods/Alamofire/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions Sample/Pods/Alamofire/Source/AFError.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Sample/Pods/Alamofire/Source/Alamofire.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

62 changes: 61 additions & 1 deletion Sample/Pods/Alamofire/Source/ParameterEncoding.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading