[Add] DittoReactNativeIOS 4.9.1
[CocoaPods.git] / Specs / 7 / 3 / 5 / EIMiniProgramSDK / 1.0.0 / EIMiniProgramSDK.podspec.json
blobf3c322d1705a52b63456e588094d533f4342c22e
2   "name": "EIMiniProgramSDK",
3   "version": "1.0.0",
4   "summary": "基于UniApp的小程序SDK实现快速集成方式",
5   "description": "官网集成方式过于复杂,目前通过Pod方式集成简单方便",
6   "homepage": "https://github.com/xiayy0328/EIMiniProgramSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "oauth2": "xyy_ios@163.com"
13   },
14   "source": {
15     "git": "https://github.com/xiayy0328/EIMiniProgramSDK.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "default_subspecs": "Core",
28   "swift_versions": "5.0",
29   "subspecs": [
30     {
31       "name": "Core",
32       "libraries": [
33         "c++",
34         "iconv"
35       ],
36       "source_files": "EIMiniProgramSDK/Core/**/*.h",
37       "vendored_libraries": "EIMiniProgramSDK/Core/**/*.a",
38       "vendored_frameworks": "EIMiniProgramSDK/Core/**/*.framework",
39       "resources": [
40         "EIMiniProgramSDK/Core/Resources/PandoraApi.bundle",
41         "EIMiniProgramSDK/Core/Resources/*.js",
42         "EIMiniProgramSDK/Core/Resources/*.ttf"
43       ],
44       "frameworks": [
45         "JavaScriptCore",
46         "CoreMedia",
47         "MediaPlayer",
48         "AVFoundation",
49         "AVKit",
50         "GLKit",
51         "OpenGLES",
52         "CoreText",
53         "QuartzCore",
54         "CoreGraphics",
55         "QuickLook",
56         "CoreTelephony",
57         "AssetsLibrary",
58         "CoreLocation",
59         "AddressBook"
60       ]
61     }
62   ],
63   "swift_version": "5.0"