| { |
| "name": "TSMiniWebBrowser@kylerobson", |
| "version": "0.0.1", |
| "summary": "In app browser.", |
| "description": "In app browser. My fork supports reading from a local file.\n", |
| "homepage": "https://github.com/kylerobson/TSMiniWebBrowser", |
| "license": "MIT", |
| "requires_arc": true, |
| "authors": { |
| "Toni Sala": "", |
| "Kyle Robson": "kyledr@gmail.com" |
| }, |
| "platforms": { |
| "ios": null |
| }, |
| "source": { |
| "git": "https://github.com/kylerobson/TSMiniWebBrowser.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "TSMiniWebBrowser/*.{h,m}", |
| "exclude_files": [ |
| "MoreDemos/**", |
| "TSMiniWebBrowserDemo.xcodeproj/**", |
| "TSMiniWebBrowserDemo/**" |
| ], |
| "resources": "TSMiniWebBrowser/images/*" |
| } |