[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / 4 / c / ISESDK / 0.1.1 / ISESDK.podspec.json
blob5f9dd413475f9389f8a2ea6f4e3cb8832803aff9
2   "name": "ISESDK",
3   "version": "0.1.1",
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.1.1"
17   },
18   "vendored_frameworks": "iflyMSC.framework",
19   "source_files": "*.{h,m}",
20   "frameworks": [
21     "CoreLocation",
22     "CoreTelephony",
23     "AVFoundation",
24     "AudioToolbox",
25     "SystemConfiguration",
26     "QuartzCore",
27     "CoreGraphics"
28   ],
29   "libraries": [
30     "z",
31     "c++"
32   ],
33   "requires_arc": true,
34   "subspecs": [
35     {
36       "name": "ISEResults",
37       "source_files": "ISEResults/*.{h,m}"
38     }
39   ]