blob: 5a29dbf7964d6ca08df7c0e91348d7a464fcc74e [file] [log] [blame]
{
"name": "App2WebHandoff",
"version": "1.0.1",
"summary": "Resume in-app web browsing in the default web-browser of the continuing platform adopting handoff.",
"description": "# Native App to Web Browser Handoff\nResume in-app web browsing in the default web-browser of the continuing platform adopting handoff.",
"homepage": "https://github.com/intelygenz/App2WebHandoff",
"screenshots": [
"https://raw.githubusercontent.com/intelygenz/App2WebHandoff/master/screenshot_1.jpg",
"https://raw.githubusercontent.com/intelygenz/App2WebHandoff/master/screenshot_2.jpg"
],
"license": "MIT",
"authors": {
"Alex RupeĢrez": "alejandro.ruperez@intelygenz.com"
},
"social_media_url": "http://twitter.com/intelygenz",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/intelygenz/App2WebHandoff.git",
"tag": "1.0.1"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "UIKit",
"source_files": "App2WebHandoff/UI*.swift",
"frameworks": "UIKit"
},
{
"name": "WebKit",
"source_files": "App2WebHandoff/WK*.swift",
"frameworks": "WebKit"
},
{
"name": "SafariServices",
"source_files": "App2WebHandoff/SF*.swift",
"frameworks": "SafariServices"
}
]
}