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] CastledNotificationService 4.1.3
[CocoaPods.git]
/
Specs
/
a
/
8
/
5
/
PoporOcSafe
/
2.10
/
PoporOcSafe.podspec.json
blob
1b2faf51f45082301783d99188a4cd01f40c5e10
1
{
2
"name": "PoporOcSafe",
3
"version": "2.10",
4
"summary": "Popor常用的数据安全方法",
5
"homepage": "https://gitee.com/popor/PoporOcSafe",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"popor": "908891024@qq.com"
12
},
13
"source": {
14
"git": "https://gitee.com/popor/PoporOcSafe.git",
15
"tag": "2.10"
16
},
17
"ios": {
18
"frameworks": [
19
"Foundation",
20
"UIKit"
21
]
22
},
23
"tvos": {
24
"frameworks": [
25
"Foundation",
26
"UIKit"
27
]
28
},
29
"osx": {
30
"frameworks": [
31
"Foundation",
32
"AppKit"
33
]
34
},
35
"platforms": {
36
"ios": "9.0",
37
"osx": "10.13",
38
"tvos": "9.0"
39
},
40
"source_files": "PoporOcSafe/Classes/**/*"
41
}