[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 2 / 7 / UniMPSDK / 2.9.8 / UniMPSDK.podspec.json
blobab6c41f30fe63b1a382507d817bf125750d1374f
2   "name": "UniMPSDK",
3   "version": "2.9.8",
4   "summary": "UniMPSDK",
5   "homepage": "https://github.com/moliya/UniMPSDK",
6   "license": "MIT",
7   "authors": {
8     "Carefree": "946715806@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/moliya/UniMPSDK.git",
12     "tag": "2.9.8"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "9.0"
17   },
18   "static_framework": true,
19   "pod_target_xcconfig": {
20     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
21   },
22   "user_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "frameworks": [
26     "JavaScriptCore",
27     "CoreMedia",
28     "MediaPlayer",
29     "AVFoundation",
30     "AVKit",
31     "GLKit",
32     "OpenGLES",
33     "CoreText",
34     "QuartzCore",
35     "CoreGraphics",
36     "QuickLook",
37     "CoreTelephony",
38     "AssetsLibrary",
39     "CoreLocation",
40     "AddressBook"
41   ],
42   "libraries": "c++",
43   "default_subspecs": "Core",
44   "resources": [
45     "Core/Resources/*.js",
46     "Core/Resources/*.ttf",
47     "Core/Resources/*.bundle"
48   ],
49   "subspecs": [
50     {
51       "name": "Core",
52       "subspecs": [
53         {
54           "name": "Headers",
55           "source_files": "Core/Headers/*.h",
56           "subspecs": [
57             {
58               "name": "weexHeader",
59               "source_files": "Core/Headers/weexHeader/*.h"
60             }
61           ]
62         },
63         {
64           "name": "Libs",
65           "vendored_libraries": "Core/Libs/*.a",
66           "vendored_frameworks": "Core/Libs/*.framework"
67         }
68       ]
69     }
70   ]