[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 7 / 5 / b / OUniMPSDK / 3.6.18 / OUniMPSDK.podspec.json
blob2ff474d40ebedb0885e3a1cd750cf6eaa0574f5d
2   "name": "OUniMPSDK",
3   "version": "3.6.18",
4   "summary": "OUniMPSDK 将官方小程序 UniMPSDK_iOS@3.6.18 制作成 cocoaPods 仓库",
5   "description": "将官方小程序 OUniMPSDK (iOS 版本) 制作成 cocaoPods 仓库",
6   "homepage": "https://github.com/std-s/OUniMPSDK",
7   "license": "MIT",
8   "authors": {
9     "OUniMPSDK": ""
10   },
11   "source": {
12     "git": "https://github.com/std-s/OUniMPSDK.git",
13     "tag": "3.6.18"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "static_framework": true,
20   "pod_target_xcconfig": {
21     "DEFINES_MODULE": "YES",
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "frameworks": [
28     "JavaScriptCore",
29     "CoreMedia",
30     "MediaPlayer",
31     "AVFoundation",
32     "AVKit",
33     "GLKit",
34     "OpenGLES",
35     "CoreText",
36     "QuartzCore",
37     "CoreGraphics",
38     "QuickLook",
39     "CoreTelephony",
40     "AssetsLibrary",
41     "CoreLocation",
42     "AddressBook"
43   ],
44   "libraries": [
45     "c++",
46     "iconv"
47   ],
48   "default_subspecs": "Core",
49   "resources": [
50     "OUniMPSDK/Core/Resources/*.js",
51     "OUniMPSDK/Core/Resources/*.ttf",
52     "OUniMPSDK/Core/Resources/*.bundle"
53   ],
54   "subspecs": [
55     {
56       "name": "Core",
57       "subspecs": [
58         {
59           "name": "Headers",
60           "source_files": "OUniMPSDK/Core/Headers/*.h",
61           "subspecs": [
62             {
63               "name": "weexHeader",
64               "source_files": "OUniMPSDK/Core/Headers/weexHeader/*.h"
65             }
66           ]
67         },
68         {
69           "name": "Libs",
70           "vendored_libraries": "OUniMPSDK/Core/Libs/*.a",
71           "vendored_frameworks": "OUniMPSDK/Core/Libs/*.framework"
72         }
73       ]
74     }
75   ]