[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 4 / 0 / d / JDHybrid / 1.0.3 / JDHybrid.podspec.json
blob1cc1d5d4794199368383e24cd46f43d59429efc7
2   "name": "JDHybrid",
3   "version": "1.0.3",
4   "summary": "A short description of JDHybrid.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/JDFED/JDHybrid.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JDHybrid": "jdapp-webview@jd.com"
13   },
14   "source": {
15     "git": "https://github.com/JDFED/JDHybrid.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "iOS/JDHybrid/JDHybrid.h",
22   "subspecs": [
23     {
24       "name": "JDBridge",
25       "source_files": "iOS/JDHybrid/JDBridge/**/*.{h,m}",
26       "public_header_files": [
27         "iOS/JDHybrid/JDBridge/Classes/JDBridgeBasePlugin.h",
28         "iOS/JDHybrid/JDBridge/Classes/JDBridgeManager.h",
29         "iOS/JDHybrid/JDBridge/JDBridge.h"
30       ],
31       "frameworks": [
32         "WebKit",
33         "UIKit",
34         "Foundation"
35       ]
36     },
37     {
38       "name": "JDWebView",
39       "source_files": "iOS/JDHybrid/JDWebView/**/*.{h,m}",
40       "public_header_files": [
41         "iOS/JDHybrid/JDWebView/Classes/JDWebViewContainer.h",
42         "iOS/JDHybrid/JDWebView/JDWebView.h"
43       ],
44       "frameworks": [
45         "WebKit",
46         "UIKit",
47         "Foundation"
48       ],
49       "dependencies": {
50         "JDHybrid/JDBridge": [
52         ]
53       }
54     }
55   ]