[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 2 / 3 / MPIOSRuntime / 0.0.1 / MPIOSRuntime.podspec.json
blob98f5b4182ecf2f241f842051b557e0e6adf37a35
2   "name": "MPIOSRuntime",
3   "version": "0.0.1",
4   "summary": "The MPFlutter iOS runtime",
5   "description": "The MPFlutter iOS runtime, use runtime to run mpflutter mini app.",
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.0.1-master.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/MPIOSApp.h",
25     "src/MPIOSPage.h",
26     "src/MPIOSEngine.h",
27     "src/MPIOSProvider.h",
28     "src/components/MPIOSComponentView.h",
29     "src/components/mpkit/MPIOSMPPlatformView.h",
30     "src/platform_channel/MPIOSPluginRegister.h",
31     "src/platform_channel/MPIOSMethodChannel.h",
32     "src/platform_channel/MPIOSEventChannel.h"
33   ],
34   "resources": "src/**/*.js",
35   "requires_arc": true,
36   "dependencies": {
37     "jetfire": [
38       "~> 0.1"
39     ],
40     "MBProgressHUD": [
41       "~> 1.2.0"
42     ]
43   }