[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 4 / c / TWebKit / 1.2.3 / TWebKit.podspec.json
blob74bc1cfaec2665a1238fcfecbc3c4de5cd64119a
2   "name": "TWebKit",
3   "version": "1.2.3",
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.2.3"
21   },
22   "public_header_files": "TWebKit/TWebKit.h",
23   "source_files": "TWebKit/TWebKit.h",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "weak_frameworks": "WebKit",
29   "resources": "Source/TWebKit.bundle",
30   "requires_arc": true,
31   "subspecs": [
32     {
33       "name": "Setting",
34       "public_header_files": "Source/TWebKitSetting.h",
35       "source_files": "Source/TWebKitSetting.{h,m}"
36     },
37     {
38       "name": "Dependence",
39       "private_header_files": "Source/Dependence/*.h",
40       "source_files": "Source/Dependence/",
41       "dependencies": {
42         "TWebKit/Setting": [
44         ]
45       }
46     },
47     {
48       "name": "WebView",
49       "private_header_files": [
50         "Source/WebView/TWebView_Inner.h",
51         "Source/WebViewDelegate/*.h"
52       ],
53       "source_files": [
54         "Source/WebView/",
55         "Source/WebViewDelegate/"
56       ],
57       "dependencies": {
58         "TWebKit/Setting": [
60         ],
61         "TWebKit/Dependence": [
63         ]
64       }
65     }
66   ]