[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / b / 8 / d / YJTaskMark / 1.0.0 / YJTaskMark.podspec.json
blob11ea0522af50fe7cebc0e71fc15a5a20a5908e58
2   "name": "YJTaskMark",
3   "version": "1.0.0",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "Accelerate",
24     "Foundation",
25     "CoreGraphics",
26     "Security",
27     "SystemConfiguration",
28     "CFNetwork",
29     "AudioToolbox"
30   ],
31   "libraries": [
32     "stdc++.6.0.9",
33     "z.1"
34   ],
35   "subspecs": [
36     {
37       "name": "kuyou",
38       "source_files": "YJTaskMark/Classes/kouyu/**/*",
39       "vendored_libraries": "YJTaskMark/Classes/Lib/*.a"
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   ]