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] RongCloudRTC 5.12.0
[CocoaPods.git]
/
Specs
/
9
/
e
/
2
/
ZZUtils
/
0.0.1
/
ZZUtils.podspec.json
blob
9edf3f9639a2878186d077076c2025163d6eedc5
1
{
2
"name": "ZZUtils",
3
"version": "0.0.1",
4
"summary": "personal utils",
5
"description": "我的工具库, Objective-C的iOS项目使用",
6
"homepage": "https://github.com/vinsent/ZZUtils",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"vinsent": "vintsingle@gmail.com"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"source": {
18
"git": "https://github.com/vinsent/ZZUtils.git",
19
"tag": "0.0.1"
20
},
21
"source_files": [
22
"ZZUtils",
23
"ZZUtils/**/*.{h,m}"
24
],
25
"frameworks": "UIKit"
26
}