blob: 6159b8ac3fb5eff26f547d6162f4d64284f05a29 [file] [log] [blame]
{
"name": "SwiftWebVC",
"version": "0.1.0",
"summary": "SwiftWebVC is a simple inline browser for your Swift iOS app.",
"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",
"homepage": "https://github.com/meismyles/SwiftWebVC",
"screenshots": [
"https://cloud.githubusercontent.com/assets/6603912/8509772/e1a1f2b6-22b0-11e5-878d-273b5b17b95a.png",
"https://cloud.githubusercontent.com/assets/6603912/8509773/e1a33ab8-22b0-11e5-93e4-c671934f55e5.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Myles Ringle": "meismyles@gmail.com"
},
"source": {
"git": "https://github.com/meismyles/SwiftWebVC.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftWebVC/**/*"
}