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] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git]
/
Specs
/
3
/
8
/
a
/
PPLib
/
0.0.1
/
PPLib.podspec.json
blob
055ebc2517d05bab9f870ca7fd52e15d52ce1330
1
{
2
"name": "PPLib",
3
"version": "0.0.1",
4
"summary": "开发过程中的基础类库使用",
5
"description": "个人在开发过程中方便自己开发的类库以及方法",
6
"homepage": "https://github.com/xphaijj/PPLib.git",
7
"license": "MIT",
8
"authors": {
9
"項普華": "2112787533@qq.com"
10
},
11
"platforms": {
12
"ios": "8.0"
13
},
14
"source": {
15
"git": "https://github.com/xphaijj/PPLib.git",
16
"tag": "0.0.1"
17
},
18
"subspecs": [
19
{
20
"name": "PPBaseLib",
21
"source_files": "PPBaseLib/*.{h,m}",
22
"dependencies": {
23
"ReactiveCocoa": [
24
"2.1.8"
25
]
26
}
27
}
28
]
29
}