[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / f / 2 / 3 / MPIOSRuntime / 0.13.0 / MPIOSRuntime.podspec.json
blob2e277f818e3090b65e23afe2b0711473434d2a76
2   "name": "MPIOSRuntime",
3   "version": "0.13.0",
4   "summary": "The MPFlutter runtime of iOS.",
5   "description": "The MPFlutter runtime of iOS.",
6   "homepage": "https://github.com/mpflutter/mpflutter",
7   "license": "Apache",
8   "authors": {
9     "PonyCui": "cuis@vip.qq.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "http": "https://dist.mpflutter.com/ios/versions/0.13.0.tar"
16   },
17   "source_files": [
18     "src",
19     "src/**/*.{h,m}"
20   ],
21   "public_header_files": [
22     "src/MPIOSRuntime.h",
23     "src/MPIOSViewController.h",
24     "src/MPIOSApplet.h",
25     "src/MPIOSCardlet.h",
26     "src/MPIOSPage.h",
27     "src/MPIOSEngine.h",
28     "src/MPIOSProvider.h",
29     "src/components/MPIOSComponentView.h",
30     "src/components/mpkit/MPIOSMPPlatformView.h",
31     "src/platform_channel/MPIOSPluginRegister.h",
32     "src/platform_channel/MPIOSMethodChannel.h",
33     "src/platform_channel/MPIOSEventChannel.h"
34   ],
35   "resources": "src/**/*.js",
36   "requires_arc": true,
37   "dependencies": {
38     "jetfire": [
39       "~> 0.1"
40     ],
41     "MBProgressHUD": [
42       "~> 1.2.0"
43     ],
44     "SDWebImage": [
45       "~> 5.0"
46     ],
47     "SDWebImageSVGKitPlugin": [
49     ],
50     "SVGKit": [
51       "2.1.0"
52     ]
53   }