[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / 4 / c / ISESDK / 0.0.3 / ISESDK.podspec.json
blob8dd69765059f41821830d2c5830b314eb1412ab7
2   "name": "ISESDK",
3   "version": "0.0.3",
4   "summary": "讯飞SDK评测简单封装(自用)",
5   "homepage": "https://github.com/duxinfeng/ISESDK",
6   "license": "MIT",
7   "authors": {
8     "Xinfeng Du": "duxinfeng99@gmail.com"
9   },
10   "social_media_url": "https://github.com/duxinfeng",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/duxinfeng/ISESDK.git",
16     "tag": "0.0.3"
17   },
18   "frameworks": [
19     "CoreLocation",
20     "CoreTelephony",
21     "AVFoundation",
22     "AudioToolbox",
23     "SystemConfiguration",
24     "QuartzCore",
25     "CoreGraphics"
26   ],
27   "libraries": [
28     "z",
29     "c++"
30   ],
31   "requires_arc": true,
32   "subspecs": [
33     {
34       "name": "XXBSpeechEvaluator",
35       "source_files": "ISESDK/XXBSpeechEvaluator/*.{h,m}",
36       "vendored_frameworks": "ISESDK/iflyMSC.framework",
37       "subspecs": [
38         {
39           "name": "ISEResults",
40           "source_files": "ISESDK/ISEResults/*.{h,m}"
41         }
42       ]
43     }
44   ]