[Add] RapidKitFoundation_MacOS 2024.1230.1857.641
[CocoaPods.git] / Specs / 4 / 5 / b / ModuEngine / 5.0.4 / ModuEngine.podspec.json
blob2fa93cb799e4143d45ee1ff28b989674cd963c0b
2   "name": "ModuEngine",
3   "version": "5.0.4",
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/5.0.4/ModuEngine-5.0.4.zip"
12   },
13   "requires_arc": true,
14   "platforms": {
15     "ios": "10.0"
16   },
17   "vendored_frameworks": "ModuEngine.xcframework",
18   "source_files": "ModuEngine.xcframework/ios-arm64/ModuEngine.framework/Headers/*.{h}",
19   "resources": "ModuEngine.xcframework/ios-arm64/ModuEngine.framework/*.{png,json}",
20   "frameworks": [
21     "WebKit",
22     "UIKit",
23     "SystemConfiguration",
24     "MessageUI",
25     "CoreBluetooth",
26     "Photos",
27     "EventKit",
28     "Contacts",
29     "AVFoundation",
30     "CoreMedia",
31     "CoreGraphics",
32     "CoreLocation",
33     "AddressBook",
34     "AudioToolbox",
35     "MobileCoreServices",
36     "MediaPlayer",
37     "QuickLook",
38     "CoreMotion"
39   ],
40   "libraries": "sqlite3",
41   "dependencies": {
42     "AYCategory": [
44     ],
45     "AYPromise": [
47     ],
48     "AYQuery": [
50     ],
51     "AYFile": [
53     ],
54     "Masonry": [
55       "~> 1.0"
56     ],
57     "AFNetworking/Reachability": [
58       "~> 3.0"
59     ],
60     "AFNetworking/Serialization": [
61       "~> 3.0"
62     ],
63     "AFNetworking/Security": [
64       "~> 3.0"
65     ],
66     "AFNetworking/NSURLSession": [
67       "~> 3.0"
68     ],
69     "SVProgressHUD": [
70       "~> 2.0"
71     ],
72     "TZImagePickerController": [
73       "3.6.4"
74     ],
75     "GCDWebServer": [
76       "~> 3.0"
77     ],
78     "SQLCipher": [
79       "~>4.0"
80     ]
81   },
82   "license": {
83     "type": "Copyright",
84     "text": "Copyright (C) 2023 Guangzhou Minstone Software Corp.,LTD. All rights reserved."
85   }