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