DSARModuleF.podspec.json
757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "DSARModuleF",
"version": "0.1.0",
"summary": "DSARModuleF",
"homepage": "http://bj.gitlab.cnlive.com/DSIOSTeam",
"authors": {
"DSIOSTeam": "694092596@qq.com"
},
"license": "MIT",
"source": {
"git": "http://bj.gitlab.cnlive.com/DSIOSTeam/DSARModuleF.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"vendored_frameworks": "DSARModuleF/Frameworks/*.framework",
"frameworks": [
"Foundation",
"UIKit",
"Accelerate",
"AVFoundation",
"CoreMedia",
"CoreMotion",
"GLKit",
"JavaScriptCore",
"MediaPlayer",
"SystemConfiguration"
],
"libraries": "sqlite3",
"xcconfig": {
"ENABLE_BITCODE": "NO"
},
"pod_target_xcconfig": {
"VALID_ARCHS": "arm64"
}
}