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] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git]
/
Specs
/
3
/
7
/
2
/
HarkTest1
/
1.0
/
HarkTest1.podspec.json
blob
be40ba6d5f7e661abdf69a6145ed651865507a95
1
{
2
"name": "HarkTest1",
3
"version": "1.0",
4
"summary": "第一次测试版",
5
"description": "就是为了测试一下 当存在有依赖库时候的流程",
6
"homepage": "https://github.com/focus-ming",
7
"license": "MIT",
8
"authors": {
9
"szm": "shi812017040@qq.com"
10
},
11
"platforms": {
12
"ios": "7.0"
13
},
14
"source": {
15
"git": "https://github.com/focus-ming/HarkTestDemo.git",
16
"tag": "1.0"
17
},
18
"source_files": "PodTest/**/*",
19
"requires_arc": true,
20
"dependencies": {
21
"YYCache": [
22
"~> 1.0.3"
23
],
24
"EGOCache": [
25
"~> 2.1.3"
26
]
27
}
28
}