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

Dev db #20

Open
wants to merge 21 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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
source 'https://github.com/CocoaPods/Specs.git'
source '[email protected]:NoryCao/cjspecs.git'


# 对于Swift应用来说下面两句是必须的
platform :ios, '9.0'
Expand Down Expand Up @@ -27,6 +29,10 @@ pod 'SQLite.swift', '~> 0.11.5'
pod 'Zip'
pod 'FMDB'
pod 'PKHUD', '~> 5.0'
pod 'Cache'
pod 'ZSAPI'
pod 'RESideMenu', '~> 4.0.7'

#pod 'AFNetworking'

#pod 'Realm', git: '[email protected]:realm/realm-cocoa.git', branch: branch, submodules: true
Expand Down
19 changes: 18 additions & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PODS:
- Alamofire (4.7.3)
- Cache (5.2.0)
- CocoaAsyncSocket (7.6.3)
- CocoaLumberjack (3.4.2):
- CocoaLumberjack/Default (= 3.4.2)
Expand All @@ -17,6 +18,7 @@ PODS:
- PKHUD (5.2.0)
- PullToRefresh (0.0.1)
- QSNetwork (0.0.3)
- RESideMenu (4.0.7)
- RxAlamofire (4.2.0):
- RxAlamofire/Core (= 4.2.0)
- RxAlamofire/Core (4.2.0):
Expand All @@ -34,8 +36,10 @@ PODS:
- YYKit/no-arc (= 1.0.9)
- YYKit/no-arc (1.0.9)
- Zip (1.1.0)
- ZSAPI (0.1.6)

DEPENDENCIES:
- Cache
- CocoaAsyncSocket
- CocoaLumberjack
- FMDB
Expand All @@ -46,6 +50,7 @@ DEPENDENCIES:
- PKHUD (~> 5.0)
- PullToRefresh (= 0.0.1)
- QSNetwork (~> 0.0.3)
- RESideMenu (~> 4.0.7)
- RxAlamofire
- RxCocoa
- RxSwift
Expand All @@ -54,10 +59,14 @@ DEPENDENCIES:
- Then
- YYKit
- Zip
- ZSAPI

SPEC REPOS:
"[email protected]:NoryCao/cjspecs.git":
- ZSAPI
https://github.com/cocoapods/specs.git:
- Alamofire
- Cache
- CocoaAsyncSocket
- CocoaLumberjack
- FMDB
Expand All @@ -68,6 +77,7 @@ SPEC REPOS:
- PKHUD
- PullToRefresh
- QSNetwork
- RESideMenu
- RxAlamofire
- RxCocoa
- RxSwift
Expand All @@ -79,6 +89,7 @@ SPEC REPOS:

SPEC CHECKSUMS:
Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568
Cache: 807c5d86d01a177f06ede9865add3aea269bbfd4
CocoaAsyncSocket: eafaa68a7e0ec99ead0a7b35015e0bf25d2c8987
CocoaLumberjack: db7cc9e464771f12054c22ff6947c5a58d43a0fd
FMDB: 6198a90e7b6900cfc046e6bc0ef6ebb7be9236aa
Expand All @@ -89,6 +100,7 @@ SPEC CHECKSUMS:
PKHUD: dd5357ac65f26115c35c4a68e9b328053326c5fe
PullToRefresh: 718b902fea1e8db4390bee24d515a37fd49bdbd7
QSNetwork: a5b174e074386cdf8a3c1d604cbe55b4cbc0d731
RESideMenu: f24c508404b49c667344c54aba7e590883533958
RxAlamofire: 87a9c588541210cc3e4a1f843ccc3ecf3eb98b31
RxCocoa: 0b54909c902e1e581212a03e690bbd94032d8baa
RxSwift: 99e10317ddfcc7fbe01356aafd118fde4a0be104
Expand All @@ -97,7 +109,12 @@ SPEC CHECKSUMS:
Then: ee21c97b85ff6062b9b0080c9abb1eea46743345
YYKit: 7cda43304a8dc3696c449041e2cb3107b4e236e7
Zip: 8877eede3dda76bcac281225c20e71c25270774c
ZSAPI: d41a65bdc3c24731842b007c038a35238ca29dab

PODFILE CHECKSUM: a279d4fc040622fbb50bb47e408e2b22cf60851a
<<<<<<< HEAD
PODFILE CHECKSUM: 7789a4f4f3c623eb53c1a5ec5eacf4b099894d19
=======
PODFILE CHECKSUM: 02697a42bae059baeb39dd6c6dad801d2423e30e
>>>>>>> e551b07a83e397a0fcaf00504984a2d4f63d962f

COCOAPODS: 1.5.3
Binary file removed Pods/.DS_Store
Binary file not shown.
22 changes: 22 additions & 0 deletions Pods/Cache/LICENSE.md

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

Loading