[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / f / e / JMSmartAppletEngine / 1.0.2 / JMSmartAppletEngine.podspec.json
blob38c363aa6a5425c0329dd269665183e0736f594f
2   "name": "JMSmartAppletEngine",
3   "version": "1.0.2",
4   "summary": "iOS Applet Engine for Jimi Platform.",
5   "description": "iOS Applet Engine for Jimi Platform.",
6   "homepage": "http://10.0.10.85/app/ios/JMSmartAppletEngine",
7   "license": {
8     "type": "Apache License 2.0"
9   },
10   "authors": {
11     "lzj<lizhijian_21@163.com>": "lizhijian_21@163.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "requires_arc": true,
17   "xcconfig": {
18     "VALID_ARCHS": "armv7s armv7 x86_64 arm64 arm64e"
19   },
20   "libraries": [
21     "c++"
22   ],
23   "dependencies": {
24     "SSZipArchive": [
25       "~> 2.2.2"
26     ],
27     "TZImagePickerController": [
28       "~> 3.2.4"
29     ],
30     "MJExtension": [
31       "~> 3.2.3"
32     ],
33     "JMSmartUtils": [
34       "~> 1.0.9"
35     ],
36     "JMSmartNetSeeker": [
37       "~> 1.0.2"
38     ],
39     "JMSmartBluetooth": [
40       "~> 1.0.5-NoDFU"
41     ],
42     "ReactJM": [
43       "~> 0.58.6-alpha"
44     ]
45   },
46   "vendored_libraries": "JMSmartAppletEngine/**/*.a",
47   "source": {
48     "git": "http://10.0.10.85/app/ios/JMSmartAppletEngine.git",
49     "tag": "1.0.2",
50     "branch": "dev",
51     "submodules": true
52   },
53   "ios": {
54     "resource_bundles": {
55       "JMSmallAppEngineImage": [
56         "JMSmallAppEngineImage/../*.png",
57         "JMSmallAppEngineImage/*.png"
58       ]
59     }
60   },
61   "source_files": "JMSmartAppletEngine/**/*.{h,m,c}",
62   "public_header_files": [
63     "JMSmartAppletEngine/**/JMEAppletConfig.h",
64     "JMSmartAppletEngine/**/JMEAppletLauncher.h",
65     "JMSmartAppletEngine/**/JMEBridgeModule.h",
66     "JMSmartAppletEngine/**/JMEError.h",
67     "JMSmartAppletEngine/**/JMEngineBaseModule.h",
68     "JMSmartAppletEngine/**/JMSmartAppletEngine.h",
69     "JMSmartAppletEngine/**/*Delegate.h"
70   ]