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] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git]
/
Specs
/
8
/
b
/
9
/
MyTapbar
/
0.0.1
/
MyTapbar.podspec.json
blob
c993ab229241a7b90005688edd236feef2e2532f
1
{
2
"name": "MyTapbar",
3
"version": "0.0.1",
4
"summary": "多item点击.",
5
"description": "多item点击集成。",
6
"homepage": "https://github.com/CaiChenghan/MyTapbar",
7
"license": "MIT",
8
"authors": {
9
"蔡成汉": "1178752402@qq.com"
10
},
11
"source": {
12
"git": "https://github.com/CaiChenghan/MyTapbar.git",
13
"tag": "0.0.1"
14
},
15
"platforms": {
16
"ios": "7.0"
17
},
18
"requires_arc": true,
19
"source_files": "MyTapbar/*.{h,m}",
20
"resource_bundles": {
21
"MyTapbar": [
22
"Pod/Assets/*.png"
23
]
24
},
25
"dependencies": {
26
"Addition": [
27
"~> 0.0.7"
28
]
29
}
30
}