[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / d / a / 7 / OTMWebView / 0.0.4 / OTMWebView.podspec.json
bloba1932b40bb5057544778da206a85f6b912019f3d
2   "name": "OTMWebView",
3   "version": "0.0.4",
4   "summary": "UIWebView subclass adding the missing features of a UIWebView",
5   "homepage": "https://github.com/otium/OTMWebView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "otium": "otium.dev@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/otium_",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/Otium/OTMWebView.git",
19     "tag": "0.0.4"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "OTMWebView/Core/*.{h,m}",
30       "public_header_files": [
31         "OTMWebView/Core/OTMwebView.h",
32         "OTMWebView/Core/OTMWebViewContextMenuItem.h"
33       ],
34       "resources": "OTMWebView/Core/Resources/*.js"
35     },
36     {
37       "name": "ProgressBar",
38       "source_files": "OTMWebView/ProgressBar/*.{h,m}",
39       "public_header_files": "OTMWebView/ProgressBar/OTMWebViewProgressBar.h"
40     }
41   ]