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

Issue 10 Carthage #201

Open
wants to merge 6 commits 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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,12 @@ playground.xcworkspace
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
Pods/
# Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Checkouts
Carthage/Build

# fastlane
Expand Down
9 changes: 9 additions & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Requires RxSwift / RxCocoa
github "ReactiveX/RxSwift" ~> 4.5

# Requires RxDataSources
github "RxSwiftCommunity/RxDataSources" ~> 3.1

# Requires RxGesture
github "RxSwiftCommunity/RxGesture" ~> 2.2

3 changes: 3 additions & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github "ReactiveX/RxSwift" "4.5.0"
github "RxSwiftCommunity/RxDataSources" "3.1.0"
github "RxSwiftCommunity/RxGesture" "2.2.0"
2 changes: 0 additions & 2 deletions Example/.gitignore

This file was deleted.

44 changes: 44 additions & 0 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
PODS:
- CardParts (2.20.0):
- RxCocoa (~> 4.5)
- RxDataSources (~> 3.1)
- RxGesture (~> 2.2)
- RxSwift (~> 4.5)
- Differentiator (3.1.0)
- RxCocoa (4.5.0):
- RxSwift (>= 4.4.2, ~> 4.4)
- RxDataSources (3.1.0):
- Differentiator (~> 3.0)
- RxCocoa (~> 4.0)
- RxSwift (~> 4.0)
- RxGesture (2.2.0):
- RxCocoa (~> 4.5)
- RxSwift (~> 4.5)
- RxSwift (4.5.0)

DEPENDENCIES:
- CardParts (from `../`)

SPEC REPOS:
trunk:
- Differentiator
- RxCocoa
- RxDataSources
- RxGesture
- RxSwift

EXTERNAL SOURCES:
CardParts:
:path: "../"

SPEC CHECKSUMS:
CardParts: 76f7e864e1e0f2eab2c7fb5d7a0a43521f21275e
Differentiator: be49ca3408f0ecfc761e4c7763d20c62be01b9ad
RxCocoa: cbf70265dc65a981d4ac982e513c10cf23df24a0
RxDataSources: a843bad90c29817f5923ec8163f4af2de084ceb3
RxGesture: c1b7bf17166b0ef9d642a9510f8bac5785f18990
RxSwift: f172070dfd1a93d70a9ab97a5a01166206e1c575

PODFILE CHECKSUM: 74676e2d5bea3356515810e198c6e14ce8817a1e

COCOAPODS: 1.8.4
21 changes: 21 additions & 0 deletions Example/Pods/Differentiator/LICENSE.md

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

169 changes: 169 additions & 0 deletions Example/Pods/Differentiator/README.md

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

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

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

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

Loading