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] Amplitude 8.9.0
[CocoaPods.git]
/
Specs
/
8
/
4
/
b
/
LSiOSBasic
/
0.3.3
/
LSiOSBasic.podspec.json
blob
42e957cfccd9a0351e0927d18d9f3b516222518e
1
{
2
"name": "LSiOSBasic",
3
"version": "0.3.3",
4
"summary": "基础支撑",
5
"description": "基类试用版,更新说明:\nUIButton方法优化;",
6
"homepage": "https://code.aliyun.com/LSKit/LSiOSBasic",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"danfort": "quanchengk@163.com"
13
},
14
"source": {
15
"git": "https://code.aliyun.com/LSKit/LSiOSBasic.git",
16
"tag": "0.3.3"
17
},
18
"platforms": {
19
"ios": "8.0"
20
},
21
"source_files": "LSiOSBasic/Classes/**/*",
22
"frameworks": [
23
"UIKit",
24
"Foundation",
25
"SystemConfiguration"
26
],
27
"dependencies": {
28
"GTMBase64": [
29
30
],
31
"LSiOSHook": [
32
33
]
34
}
35
}