[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / b / 8 / d / YJTaskMark / 1.0.1 / YJTaskMark.podspec.json
blobf5510f4542d66dc5e7abde0c46c8d62c77ef0291
2   "name": "YJTaskMark",
3   "version": "1.0.1",
4   "summary": "基于声通的语音评测工具",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/LYajun/YJTaskMark",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LYajun": "liuyajun1999@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/LYajun/YJTaskMark.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "kuyou",
25       "source_files": "YJTaskMark/Classes/kouyu/**/*",
26       "vendored_libraries": "YJTaskMark/Classes/Lib/*.a",
27       "frameworks": [
28         "Accelerate",
29         "Foundation",
30         "CoreGraphics",
31         "Security",
32         "SystemConfiguration",
33         "CFNetwork",
34         "AudioToolbox"
35       ],
36       "libraries": [
37         "stdc++.6.0.9",
38         "z.1"
39       ]
40     },
41     {
42       "name": "Util",
43       "source_files": "YJTaskMark/Classes/Util/**/*",
44       "dependencies": {
45         "YJTaskMark/kuyou": [
47         ],
48         "YJExtensions": [
50         ],
51         "YJNetManager": [
53         ],
54         "LGAlertHUD": [
56         ]
57       }
58     }
59   ]