[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / 2 / 3 / WebBrowser / 0.0.6 / WebBrowser.podspec.json
blob1de85e23e21698236f104dc8aa9ea5f531fc315b
2   "name": "WebBrowser",
3   "version": "0.0.6",
4   "summary": "A web browser using WebKit and written in Swift for iOS apps.",
5   "homepage": "https://github.com/teambition/WebBrowser",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": "Xin Hong",
11   "source": {
12     "git": "https://github.com/teambition/WebBrowser.git",
13     "tag": "0.0.6"
14   },
15   "source_files": "WebBrowser/*.swift",
16   "resource_bundles": {
17     "WebBrowser": [
18       "WebBrowser/Resources/WebBrowser.xcassets",
19       "WebBrowser/Resources/*/*.lproj"
20     ]
21   },
22   "platforms": {
23     "ios": "8.0"
24   },
25   "requires_arc": true,
26   "frameworks": [
27     "Foundation",
28     "UIKit"
29   ]