| { |
| "name": "ContentFittingWebView", |
| "version": "1.1.0", |
| "summary": "A WKWebView subclass which sizes itself to fit its contents.", |
| "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.", |
| "homepage": "https://github.com/Bilue/ContentFittingWebView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Rhys Powell": "rhys@rpowell.me" |
| }, |
| "source": { |
| "git": "https://github.com/Bilue/ContentFittingWebView.git", |
| "tag": "v1.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "swift_version": "4.1", |
| "source_files": "Sources/ContentFittingWebView/**/*", |
| "frameworks": [ |
| "UIKit", |
| "WebKit" |
| ] |
| } |