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] BideaseConnect 1.0.79
[CocoaPods.git]
/
Specs
/
a
/
b
/
e
/
ZHLib
/
0.0.1
/
ZHLib.podspec.json
blob
80e4eec0dcc68672b16d1ecfcf3e323cec6ceae2
1
{
2
"name": "ZHLib",
3
"version": "0.0.1",
4
"summary": "zhlib",
5
"homepage": "https://www.yuenvshen.com",
6
"license": "BSD",
7
"authors": {
8
"zhzenghui": "zhzenghui@gmail.com"
9
},
10
"platforms": {
11
"ios": "6.0"
12
},
13
"source": {
14
"git": "https://github.com/zhzenghui/ZHLib.git",
15
"tag": "0.0.1"
16
},
17
"source_files": [
18
"ZHLib",
19
"ZHLib/**/*.{h,m}"
20
],
21
"public_header_files": "ZHLib/**/*.h",
22
"requires_arc": true,
23
"ios": {
24
"frameworks": [
25
"MobileCoreServices",
26
"SystemConfiguration"
27
]
28
}
29
}