[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 8 / 2 / ContentFittingWebView / 1.1.0 / ContentFittingWebView.podspec.json
blob70beef110c995870260f601b3ebb1100cc8c51cd
2   "name": "ContentFittingWebView",
3   "version": "1.1.0",
4   "summary": "A WKWebView subclass which sizes itself to fit its contents.",
5   "description": "A WKWebView subclass which sizes itself to fit its contents. Useful if you want\nto position a view directly beneath web content using AutoLayout.",
6   "homepage": "https://github.com/Bilue/ContentFittingWebView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rhys Powell": "rhys@rpowell.me"
13   },
14   "source": {
15     "git": "https://github.com/Bilue/ContentFittingWebView.git",
16     "tag": "v1.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.1",
22   "source_files": "Sources/ContentFittingWebView/**/*",
23   "frameworks": [
24     "UIKit",
25     "WebKit"
26   ]