[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 8 / 2 / SwiftWebVC / 0.3.1 / SwiftWebVC.podspec.json
blob3d162abd2a0ab4889c58b450024e8614b25e7b15
2   "name": "SwiftWebVC",
3   "version": "0.3.1",
4   "summary": "SwiftWebVC is a simple inline browser for your Swift iOS app.",
5   "description": "SwiftWebVC is a simple inline browser for your Swift iOS app.\n\nSwiftWebVC features:\n* iPhone and iPad distinct UIs\n* Full landscape orientation support\n* Back, forward, stop/refresh and share buttons\n* Open in Safari and Chrome UIActivities\n* Navbar title set to the currently visible web page\n* Talks with setNetworkActivityIndicatorVisible\n* 3 different themes to choose from when presented modally",
6   "homepage": "https://github.com/meismyles/SwiftWebVC",
7   "screenshots": [
8     "https://cloud.githubusercontent.com/assets/6603912/8509772/e1a1f2b6-22b0-11e5-878d-273b5b17b95a.png",
9     "https://cloud.githubusercontent.com/assets/6603912/8509773/e1a33ab8-22b0-11e5-93e4-c671934f55e5.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Myles Ringle": "meismyles@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/meismyles/SwiftWebVC.git",
20     "tag": "0.3.1"
21   },
22   "platforms": {
23     "ios": "9.0"
24   },
25   "source_files": "SwiftWebVC/**/*.swift",
26   "resource_bundles": {
27     "SwiftWebVCResources": [
28       "SwiftWebVC/Resources/Media.xcassets"
29     ]
30   },
31   "pushed_with_swift_version": "echo 3.0 > .swift-version"