[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / d / a / 7 / OTMWebView / 0.0.1 / OTMWebView.podspec.json
blobf4cc2bd48ed1e308eb19592f67307b83ff19ad8c
2   "name": "OTMWebView",
3   "version": "0.0.1",
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.1"
20   },
21   "source_files": "OTMWebView/*.{h,m}",
22   "public_header_files": "OTMWebView/OTMWebView.h",
23   "resources": "OTMWebView/*.js",
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "requires_arc": true