[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 5 / b / ModuEngine / 4.0.2 / ModuEngine.podspec.json
blob75eee0ef3c438d4f398805b627e6b2340135e342
2   "name": "ModuEngine",
3   "version": "4.0.2",
4   "summary": "魔度引擎",
5   "description": "ModuEngine通过系统的WebKit浏览器,实现了JavaScript和Objective-C之间的桥接,\n可以极大地丰富和增强JavaScript的能力。通过引用组件,前端开发者可以通过JavaScript\n调用到移动硬件设备的功能,如电话、短信、定位、多媒体、跨域http请求、本地数据库等,\n同时也可以将支付宝、微信支持等第三方厂商的SDK集成到自己的App中。",
6   "homepage": "https://modu.minstone.com.cn",
7   "authors": {
8     "alan-yeh": "alan@yerl.cn"
9   },
10   "source": {
11     "http": "https://github.com/MinstoneCorp/ModuEngine/releases/download/4.0.2/ModuEngine-4.0.2.zip"
12   },
13   "vendored_frameworks": "ModuEngine.framework",
14   "resources": "ModuEngine.framework/Versions/A/Resources/**/*",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "frameworks": [
20     "WebKit",
21     "UIKit",
22     "SystemConfiguration",
23     "MessageUI",
24     "CoreBluetooth",
25     "Photos",
26     "EventKit",
27     "Contacts",
28     "AVFoundation",
29     "CoreMedia",
30     "CoreGraphics",
31     "CoreLocation",
32     "AddressBook",
33     "AudioToolbox",
34     "MobileCoreServices",
35     "MediaPlayer",
36     "QuickLook",
37     "CoreMotion"
38   ],
39   "libraries": "sqlite3",
40   "dependencies": {
41     "AYCategory": [
43     ],
44     "AYPromise": [
46     ],
47     "AYQuery": [
49     ],
50     "AYFile": [
52     ],
53     "Masonry": [
54       "~> 1.0"
55     ],
56     "AFNetworking": [
57       "~> 3.0"
58     ],
59     "SVProgressHUD": [
60       "~> 2.0"
61     ],
62     "TZImagePickerController": [
63       "~> 3.0"
64     ],
65     "GCDWebServer": [
66       "~> 3.0"
67     ],
68     "SQLCipher": [
69       "~>4.0"
70     ]
71   },
72   "pod_target_xcconfig": {
73     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
74   },
75   "user_target_xcconfig": {
76     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
77   },
78   "license": {
79     "type": "Copyright",
80     "text": "Copyright (C) 2020 Guangzhou Minstone Software Corp.,LTD. All rights reserved."
81   }