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] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git]
/
Specs
/
1
/
9
/
5
/
DNOCategory
/
0.0.2
/
DNOCategory.podspec.json
blob
b7a1b3752760076180a689cbe1204e4c3d894568
1
{
2
"name": "DNOCategory",
3
"version": "0.0.2",
4
"summary": "分类",
5
"description": "个人常用简单的分类",
6
"homepage": "https://github.com/imagons",
7
"license": "MIT",
8
"authors": {
9
"Danyow.Ed": "i.zuucol@gmail.com"
10
},
11
"platforms": {
12
"ios": "9.0"
13
},
14
"source": {
15
"git": "https://github.com/imagons/DNOCategory.git",
16
"tag": "v0.0.2"
17
},
18
"source_files": "DNOCategory/*/*.{h,m}",
19
"ios": {
20
"frameworks": [
21
"Foundation",
22
"UIKit"
23
]
24
},
25
"tvos": {
26
"frameworks": [
27
"Foundation",
28
"UIKit"
29
]
30
},
31
"osx": {
32
"frameworks": [
33
"Foundation",
34
"AppKit"
35
]
36
},
37
"requires_arc": true
38
}