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] ThinkingDataCore 1.0.2
[CocoaPods.git]
/
Specs
/
e
/
6
/
f
/
MZLH
/
1.0
/
MZLH.podspec.json
blob
03ba60cd2b2e0932e40b634e9c376a179be9ea9e
1
{
2
"name": "MZLH",
3
"version": "1.0",
4
"summary": "A short description of MZLH.",
5
"homepage": "https://github.com/sheng-ke/MZLH",
6
"license": {
7
"type": "MIT",
8
"file": "FILE_LICENSE"
9
},
10
"authors": {
11
"shengke4.": "zzlmz0227@163.com"
12
},
13
"platforms": {
14
"ios": "11.4"
15
},
16
"source": {
17
"git": "https://github.com/sheng-ke/MZLH.git",
18
"tag": "1.0"
19
},
20
"source_files": "*.{h,m}",
21
"public_header_files": "*.h",
22
"frameworks": [
23
"VideoToolbox",
24
"AudioToolbox",
25
"AVFoundation",
26
"Foundation",
27
"UIKit"
28
],
29
"libraries": [
30
"c++",
31
"z"
32
],
33
"requires_arc": true
34
}