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] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git]
/
Specs
/
4
/
a
/
f
/
TYBase
/
0.0.4
/
TYBase.podspec.json
blob
552cdd1cbc7cb3aca0858906350c5352291dc7e1
1
{
2
"name": "TYBase",
3
"version": "0.0.4",
4
"summary": "通用基础项目框架",
5
"description": "通用基础项目框架,直接使用pod导入到新的项目中即可使用;",
6
"homepage": "https://gitee.com/zhouyc/TYBase",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"huwenqiang": "hwqforapple@163.com"
13
},
14
"source": {
15
"git": "https://gitee.com/zhouyc/TYBase.git",
16
"tag": "0.0.4"
17
},
18
"platforms": {
19
"ios": "9.0"
20
},
21
"source_files": "TYBase/**/*",
22
"dependencies": {
23
"AFNetworking": [
24
25
],
26
"MBProgressHUD": [
27
28
],
29
"Masonry": [
30
31
]
32
}
33
}