[Add] RegulaCommonNightly 7.5.939
[CocoaPods.git] / Specs / 9 / b / f / DIY_UniMPSDK / 3.4.18.1 / DIY_UniMPSDK.podspec.json
blobdc9a563a0503e87248d9c4bd14a2a2936f342570
2   "name": "DIY_UniMPSDK",
3   "version": "3.4.18.1",
4   "summary": "DIY_UniMPSDK 将官方小程序 UniMPSDK_iOS@3.4.18 制作成 cocoaPods 仓库",
5   "description": "将官方小程序 UniMPSDK (iOS 版本) 制作成 cocaoPods 仓库 \n通过 pod install 形式,进行一键集成 (更方便,开发更友好) \n(官方的 UniMPSDK 是手动依赖的,集成不够友好灵活) \n官方 UniMPSDK 地址: https://nativesupport.dcloud.net.cn/UniMPDocs/UseSdk/ios",
6   "homepage": "https://gitee.com/Qiujunjie/diy_uni-mpsdk",
7   "license": "MIT",
8   "authors": {
9     "qiujun": "1359702808@qq.com"
10   },
11   "source": {
12     "git": "https://gitee.com/Qiujunjie/diy_uni-mpsdk.git",
13     "tag": "3.4.18.1"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "static_framework": true,
20   "pod_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
22   },
23   "user_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "frameworks": [
27     "JavaScriptCore",
28     "CoreMedia",
29     "MediaPlayer",
30     "AVFoundation",
31     "AVKit",
32     "GLKit",
33     "OpenGLES",
34     "CoreText",
35     "QuartzCore",
36     "CoreGraphics",
37     "QuickLook",
38     "CoreTelephony",
39     "AssetsLibrary",
40     "CoreLocation",
41     "AddressBook"
42   ],
43   "libraries": [
44     "c++",
45     "iconv"
46   ],
47   "default_subspecs": "Core",
48   "resources": [
49     "Core/Resources/*.js",
50     "Core/Resources/*.ttf",
51     "Core/Resources/*.bundle"
52   ],
53   "subspecs": [
54     {
55       "name": "Core",
56       "subspecs": [
57         {
58           "name": "Headers",
59           "source_files": "Core/Headers/*.h",
60           "subspecs": [
61             {
62               "name": "weexHeader",
63               "source_files": "Core/Headers/weexHeader/*.h"
64             }
65           ]
66         },
67         {
68           "name": "Libs",
69           "vendored_libraries": "Core/Libs/*.a",
70           "vendored_frameworks": "Core/Libs/*.framework"
71         }
72       ]
73     }
74   ]