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] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git]
/
Specs
/
1
/
2
/
d
/
XXTestModule
/
0.0.3
/
XXTestModule.podspec.json
blob
2b9035f28487d6bf661f2f71d599d999dfe185fa
1
{
2
"name": "XXTestModule",
3
"version": "0.0.3",
4
"summary": "测试组件",
5
"description": "这是一个测试",
6
"homepage": "https://gitee.com/component_management_xx/XXTestModule",
7
"license": "MIT",
8
"authors": {
9
"张敬": "success_flower@sina.com"
10
},
11
"platforms": {
12
"ios": "9.0"
13
},
14
"source": {
15
"git": "https://gitee.com/component_management_xx/XXTestModule.git",
16
"tag": "0.0.3"
17
},
18
"source_files": [
19
"Classes",
20
"Classes/**/*.{h,m}"
21
],
22
"deprecated": true
23
}