[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 4 / c / TWebKit / 1.0.0 / TWebKit.podspec.json
blobc839e3ca0bf1f4e7d43fc10646088d06fabdfda0
2   "name": "TWebKit",
3   "version": "1.0.0",
4   "summary": "TWebKit unified the UIWebView and WKWebView",
5   "description": "TWebKit unified the UIWebView and WKWebView, \nyou can use TWebView instead, \nand you can set whether can slide back, change web size , block action sheet or 3D touch and so on.\ngithub : https://github.com/tobedefined/TWebKit",
6   "homepage": "https://github.com/tobedefined/TWebKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ToBeDefined": "weinanshao@163.com"
13   },
14   "social_media_url": "http://tbd.tech/",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/tobedefined/TWebKit.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "TWebKit/TWebKit.h",
23   "frameworks": "Foundation",
24   "public_header_files": [
25     "TWebKit/TWebKit.h",
26     "TWebKit/TWebKit.h",
27     "Foundation",
28     "UIKit"
29   ],
30   "weak_frameworks": "WebKit",
31   "resources": "Source/TWebKit.bundle",
32   "requires_arc": true,
33   "subspecs": [
34     {
35       "name": "Setting",
36       "public_header_files": "Source/TWebKitSetting.h",
37       "source_files": "Source/TWebKitSetting.{h,m}"
38     },
39     {
40       "name": "Dependence",
41       "source_files": "Source/Dependence/",
42       "dependencies": {
43         "TWebKit/Setting": [
45         ]
46       }
47     },
48     {
49       "name": "WebView",
50       "source_files": [
51         "Source/WebView/",
52         "Source/WebViewDelegate/"
53       ],
54       "public_header_files": [
55         "Source/WebView/TWebView.h",
56         "Source/WebView/TWebView{Config,Controller,CommonDelegate}.h"
57       ],
58       "dependencies": {
59         "TWebKit/Setting": [
61         ],
62         "TWebKit/Dependence": [
64         ]
65       }
66     }
67   ]