Skip to content
This repository has been archived by the owner on May 21, 2020. It is now read-only.

Commit

Permalink
A simple demo using RxDataSources with SkeletonView
Browse files Browse the repository at this point in the history
  • Loading branch information
anyoptional committed Dec 1, 2018
0 parents commit 9fc4b42
Show file tree
Hide file tree
Showing 476 changed files with 44,978 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
platform :ios, '9.0'

target 'RxSkeleton' do
use_frameworks!

pod 'RxSwift'
pod 'RxCocoa'
pod 'RxDataSources'
pod 'SkeletonView'
pod 'SnapKit'
end
43 changes: 43 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
PODS:
- Differentiator (3.1.0)
- RxAtomic (4.4.0)
- RxCocoa (4.4.0):
- RxSwift (~> 4.0)
- RxDataSources (3.1.0):
- Differentiator (~> 3.0)
- RxCocoa (~> 4.0)
- RxSwift (~> 4.0)
- RxSwift (4.4.0):
- RxAtomic (~> 4.4)
- SkeletonView (1.4.1)
- SnapKit (4.2.0)

DEPENDENCIES:
- RxCocoa
- RxDataSources
- RxSwift
- SkeletonView
- SnapKit

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Differentiator
- RxAtomic
- RxCocoa
- RxDataSources
- RxSwift
- SkeletonView
- SnapKit

SPEC CHECKSUMS:
Differentiator: be49ca3408f0ecfc761e4c7763d20c62be01b9ad
RxAtomic: eacf60db868c96bfd63320e28619fe29c179656f
RxCocoa: df63ebf7b9a70d6b4eeea407ed5dd4efc8979749
RxDataSources: a843bad90c29817f5923ec8163f4af2de084ceb3
RxSwift: 5976ecd04fc2fefd648827c23de5e11157faa973
SkeletonView: 60d6ce7edb0cb4c7758db33c74add50392b3c475
SnapKit: fe8a619752f3f27075cc9a90244d75c6c3f27e2a

PODFILE CHECKSUM: 5b790efa28f9f157e373f8ac43b5d2e769415b0b

COCOAPODS: 1.6.0.beta.2
21 changes: 21 additions & 0 deletions 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 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

0 comments on commit 9fc4b42

Please sign in to comment.