forked from Noah37/zhuishushenqi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
443 changed files
with
77,526 additions
and
1,338 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.