Skip to content

Commit 3253080

Browse files
author
田全军
committed
添加网络请求库Moya
1 parent 83ae951 commit 3253080

File tree

129 files changed

+12592
-2012
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+12592
-2012
lines changed

RxSwift-Table-Collection1/.DS_Store

0 Bytes
Binary file not shown.

RxSwift-Table-Collection1/Podfile

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,20 @@ target 'RxSwift-Table-Collection' do
1212
pod 'RxDataSources'
1313

1414
# 网络请求
15-
pod 'Alamofire'
15+
pod 'Moya/RxSwift'
1616

1717
# 图片处理
1818
pod 'Kingfisher'
19-
20-
19+
20+
# 数据解析
21+
pod 'ObjectMapper'
22+
23+
2124

2225
# OC库
2326
# MJRefresh
2427
pod 'MJRefresh'
25-
28+
pod 'SVProgressHUD'
2629

2730

2831
end
Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,48 @@
11
PODS:
2-
- Alamofire (4.2.0)
2+
- Alamofire (4.5.1)
33
- Differentiator (2.0.2)
44
- Kingfisher (3.2.4)
55
- MJRefresh (3.1.12)
6+
- Moya/Core (8.0.5):
7+
- Alamofire (~> 4.1)
8+
- Result (~> 3.0)
9+
- Moya/RxSwift (8.0.5):
10+
- Moya/Core
11+
- RxSwift (~> 3.0)
12+
- ObjectMapper (2.2.8)
13+
- Result (3.2.3)
614
- RxCocoa (3.1.0):
715
- RxSwift (~> 3.1)
816
- RxDataSources (2.0.1):
917
- Differentiator (~> 2.0)
1018
- RxCocoa (~> 3.0)
1119
- RxSwift (~> 3.0)
1220
- RxSwift (3.1.0)
21+
- SVProgressHUD (2.2)
1322

1423
DEPENDENCIES:
15-
- Alamofire
1624
- Kingfisher
1725
- MJRefresh
26+
- Moya/RxSwift
27+
- ObjectMapper
1828
- RxCocoa
1929
- RxDataSources
2030
- RxSwift
31+
- SVProgressHUD
2132

2233
SPEC CHECKSUMS:
23-
Alamofire: aa2e09d871c9160ac53c90e83c68064a94e3dfbe
34+
Alamofire: 2d95912bf4c34f164fdfc335872e8c312acaea4a
2435
Differentiator: caa9b3957981a2ac8e6b2eac8a676af461caa604
2536
Kingfisher: 8d80f39da403cd9c9ee11984e1655f4d6a566cdb
2637
MJRefresh: b96cdb21c4aa75a7b07654311ab2f315c497e806
38+
Moya: c37eec09a098ba9991b5a963b291fc5704bdb9ef
39+
ObjectMapper: 3d571bb5af471c779e1160828cd9ad5c4ef90958
40+
Result: 128640a6347e8d2ae48b142556739a2d13f90ce6
2741
RxCocoa: 50d7564866da9299161e86a263ce12a0873904d8
2842
RxDataSources: 93c805010d4f5970e5204829a182bcdceab5adb5
2943
RxSwift: 83ff553e7593fdfdcb2562933a64c0284dffdadc
44+
SVProgressHUD: 3f37f3409ddb15f35c99315ae7dc33c474aa3256
3045

31-
PODFILE CHECKSUM: 07f30d0df6ef8da84ce8186cfe90a2c874170dcf
46+
PODFILE CHECKSUM: 8d1c98de05421db8207ca3196596bb7c47988f2a
3247

3348
COCOAPODS: 1.3.1

RxSwift-Table-Collection1/Pods/Alamofire/LICENSE

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)