[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / f / 0 / TOWebContentViewController / 1.0.1 / TOWebContentViewController.podspec.json
blob34aec3c969d5be110b429bd2a4bc0aa116f11dbc
2   "name": "TOWebContentViewController",
3   "version": "1.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A view controller for displaying arbitrary local HTML content.",
9   "homepage": "https://github.com/TimOliver/TOWebContentViewController",
10   "authors": "Tim Oliver",
11   "source": {
12     "git": "https://github.com/TimOliver/TOWebContentViewController.git",
13     "tag": "1.0.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source_files": "TOWebContentViewController/**/*.{h,m}",
20   "resource_bundles": {
21     "TOWebContentViewControllerBundle": [
22       "TOWebContentViewController/**/*.lproj"
23     ]
24   }