[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / e / 4 / c / TWebKit / 1.0.2 / TWebKit.podspec.json
blobe4230296f99dab5d595fb4fd71a372ee0af97e0b
2   "name": "TWebKit",
3   "version": "1.0.2",
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.2"
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       "private_header_files": "Source/Dependence/*.h",
43       "dependencies": {
44         "TWebKit/Setting": [
46         ]
47       }
48     },
49     {
50       "name": "WebView",
51       "source_files": [
52         "Source/WebView/",
53         "Source/WebViewDelegate/"
54       ],
55       "private_header_files": [
56         "Source/WebView/TWebView_Inner.h",
57         "Source/WebViewDelegate/*.h"
58       ],
59       "dependencies": {
60         "TWebKit/Setting": [
62         ],
63         "TWebKit/Dependence": [
65         ]
66       }
67     }
68   ]