Skip to content

Commit

Permalink
api integrate
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah37 committed Aug 8, 2017
1 parent 91664fe commit 69ecb4a
Show file tree
Hide file tree
Showing 443 changed files with 77,526 additions and 1,338 deletions.
Binary file modified .DS_Store
Binary file not shown.
8 changes: 8 additions & 0 deletions .idea/modules.xml

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

6 changes: 6 additions & 0 deletions .idea/vcs.xml

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

298 changes: 298 additions & 0 deletions .idea/workspace.xml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .idea/xcode.xml

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

2 changes: 2 additions & 0 deletions .idea/zhuishushenqi.iml

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

21 changes: 21 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
source 'https://github.com/CocoaPods/Specs.git'

# 对于Swift应用来说下面两句是必须的
platform :ios, '8.0'
use_frameworks!

# target的名字一般与你的项目名字相同
target ‘zhuishushenqi’ do
project ./zhuishushenqi.xcodeproj'
pod 'ObjectMapper','2.2.5'
pod 'Kingfisher','3.5.1'
pod 'PullToRefresh','0.0.1'
pod 'FMDB','2.6.2'
pod 'YYKit','1.0.9'
#pod 'YTKKeyValueStore','0.1.2'
pod 'SnapKit','3.2.0'
pod 'MBProgressHUD','~> 1.0.0'
pod 'QSNetwork', :path => 'zhuishushenqi/Vender/QSNetwork'

end
41 changes: 41 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
PODS:
- FMDB (2.6.2):
- FMDB/standard (= 2.6.2)
- FMDB/standard (2.6.2)
- Kingfisher (3.5.1)
- MBProgressHUD (1.0.0)
- ObjectMapper (2.2.5)
- PullToRefresh (0.0.1)
- QSNetwork (0.0.1)
- SnapKit (3.2.0)
- YYKit (1.0.9):
- YYKit/no-arc (= 1.0.9)
- YYKit/no-arc (1.0.9)

DEPENDENCIES:
- FMDB (= 2.6.2)
- Kingfisher (= 3.5.1)
- MBProgressHUD (~> 1.0.0)
- ObjectMapper (= 2.2.5)
- PullToRefresh (= 0.0.1)
- QSNetwork (from `zhuishushenqi/Vender/QSNetwork`)
- SnapKit (= 3.2.0)
- YYKit (= 1.0.9)

EXTERNAL SOURCES:
QSNetwork:
:path: zhuishushenqi/Vender/QSNetwork

SPEC CHECKSUMS:
FMDB: 854a0341b4726e53276f2a8996f06f1b80f9259a
Kingfisher: 12eeffeef42ea45b68c5e5acfe8ba9005b713ab4
MBProgressHUD: 4890f671c94e8a0f3cf959aa731e9de2f036d71a
ObjectMapper: fb30f71e08470d1e5a20b199fafe1246281db898
PullToRefresh: 718b902fea1e8db4390bee24d515a37fd49bdbd7
QSNetwork: 0342c4667bedfc33cebb9b01bd3fcfcac21d0ff9
SnapKit: 1ca44df72cfa543218d177cb8aab029d10d86ea7
YYKit: 7cda43304a8dc3696c449041e2cb3107b4e236e7

PODFILE CHECKSUM: 856c977ad1303aab629184afa153fd101208e409

COCOAPODS: 1.2.0
28 changes: 28 additions & 0 deletions Pods/FMDB/LICENSE.txt

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

Loading

0 comments on commit 69ecb4a

Please sign in to comment.