| { |
| "name": "SHGWebViewController", |
| "version": "3.0.0", |
| "summary": "In-app web browser", |
| "homepage": "https://github.com/sukov/WebViewController", |
| "screenshots": "https://i.imgur.com/UyhjS4P.png", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "sukov": "gorjan5@hotmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/sukov/WebViewController.git", |
| "tag": "3.0.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "Source/**/*.{h,swift}", |
| "resources": "Source/Resources/*.xcassets", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ] |
| } |