| { |
| "name": "TOWebContentViewController", |
| "version": "1.0.1", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "A view controller for displaying arbitrary local HTML content.", |
| "homepage": "https://github.com/TimOliver/TOWebContentViewController", |
| "authors": "Tim Oliver", |
| "source": { |
| "git": "https://github.com/TimOliver/TOWebContentViewController.git", |
| "tag": "1.0.1" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "TOWebContentViewController/**/*.{h,m}", |
| "resource_bundles": { |
| "TOWebContentViewControllerBundle": [ |
| "TOWebContentViewController/**/*.lproj" |
| ] |
| } |
| } |