[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 4 / a / 3 / NEUUniappSDK / 0.1.3 / NEUUniappSDK.podspec.json
blob7beaf308846bd83aa8cc307a4b39ae03f3d39cfa
2   "name": "NEUUniappSDK",
3   "version": "0.1.3",
4   "summary": "A short description of NEUUniappSDK.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://git.neuxnet.com/moi/neuuniappsdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lfy": "meijun5211313@163.com"
13   },
14   "source": {
15     "git": "https://git.neuxnet.com/moi/neuuniappsdk.git",
16     "tag": "0.1.3"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "11.0"
21   },
22   "static_framework": true,
23   "pod_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "frameworks": [
30     "JavaScriptCore",
31     "CoreMedia",
32     "MediaPlayer",
33     "AVFoundation",
34     "AVKit",
35     "GLKit",
36     "OpenGLES",
37     "CoreText",
38     "QuartzCore",
39     "CoreGraphics",
40     "QuickLook",
41     "CoreTelephony"
42   ],
43   "libraries": [
44     "c++",
45     "iconv"
46   ],
47   "resources": [
48     "NEUUniappSDK/Core/Resources/*.js",
49     "NEUUniappSDK/Core/Resources/*.ttf",
50     "NEUUniappSDK/Core/Resources/*.bundle"
51   ],
52   "subspecs": [
53     {
54       "name": "Headers",
55       "source_files": "NEUUniappSDK/Core/Headers/*.h",
56       "subspecs": [
57         {
58           "name": "weexHeader",
59           "source_files": "NEUUniappSDK/Core/Headers/weexHeader/*.h"
60         }
61       ]
62     },
63     {
64       "name": "Libs",
65       "vendored_libraries": "NEUUniappSDK/Core/Libs/*.a",
66       "vendored_frameworks": "NEUUniappSDK/Core/Libs/*.framework"
67     },
68     {
69       "name": "Apps",
70       "resources": [
71         "NEUUniappSDK/Core/Apps/*.wgt"
72       ]
73     }
74   ]