repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] AssentifySdk 0.0.42
[CocoaPods.git]
/
Specs
/
9
/
c
/
5
/
Terra
/
1.0.1
/
Terra.podspec.json
blob
bb3e966d4d131a0448dd28fe7d77ebb841dda3a0
1
{
2
"name": "Terra",
3
"version": "1.0.1",
4
"summary": "网络层框架",
5
"description": "可灵活定制,高扩展性,基于Moya的网络组件",
6
"homepage": "https://github.com/DuanaoiOS/Terra",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"DATree": "aobaoaini@gmail.com"
13
},
14
"source": {
15
"git": "https://github.com/DuanaoiOS/Terra.git",
16
"tag": "1.0.1"
17
},
18
"platforms": {
19
"ios": "9.0"
20
},
21
"source_files": "Terra/Classes/**/*",
22
"dependencies": {
23
"Moya": [
24
"~> 13.0"
25
],
26
"Moya/RxSwift": [
27
"~> 13.0"
28
],
29
"Moya/ReactiveSwift": [
30
"~> 13.0"
31
],
32
"SwiftyJSON": [
33
34
],
35
"ObjectMapper": [
36
37
]
38
}
39
}