[Add] picoLLM-iOS 1.2.3
[CocoaPods.git] / Specs / f / 7 / 1 / MProgramSDK / 0.2.2 / MProgramSDK.podspec.json
blobb06551177c9f71a0545522091a2792f5660d192d
2   "name": "MProgramSDK",
3   "version": "0.2.2",
4   "summary": "小程序平台,在iOS项目中加载微信小程序",
5   "homepage": "https://gitee.com/monkeyDK/mprogram",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Monkey": "wangkai@woniv.com"
12   },
13   "platforms": {
14     "ios": "10.0"
15   },
16   "source": {
17     "git": "https://gitee.com/monkeyDK/mprogram.git",
18     "tag": "0.2.2"
19   },
20   "source_files": "Framework/MiniProgram.framework/Headers/*.{h}",
21   "public_header_files": "Framework/MiniProgram.framework/Headers/MiniProgram.h",
22   "resources": "Resources/MPRes.bundle",
23   "requires_arc": true,
24   "pod_target_xcconfig": {
25     "VALID_ARCHS": "x86_64 armv7 arm64"
26   },
27   "vendored_frameworks": "Framework/MiniProgram.framework",
28   "frameworks": [
29     "Foundation",
30     "AVFoundation",
31     "CFNetwork",
32     "CoreBluetooth",
33     "CoreGraphics",
34     "CoreLocation",
35     "JavaScriptCore",
36     "Security",
37     "CoreTelephony",
38     "SystemConfiguration"
39   ],
40   "dependencies": {
41     "AFNetworking": [
42       "~>3.2.1"
43     ],
44     "ZipArchive": [
45       "~>1.4.0"
46     ],
47     "Masonry": [
48       "~>1.1.0"
49     ]
50   }