blob: 35d4658007776d40b65996d5f1c262060ffcc916 [file] [log] [blame]
{
"name": "TiltedTabView",
"version": "1.0.0",
"summary": "This library aims to replicate the tab switcher in Safari on iOS. It handles both compact width (tilted) and regular width (grid) layouts.",
"description": "TiltedTabView 1.0.0 - This library aims to replicate the tab switcher in Safari on iOS. It handles both compact width (tilted) and regular width (grid) layouts.",
"homepage": "https://github.com/IMcD23/TiltedTabView",
"screenshots": [
"https://github.com/IMcD23/TiltedTabView/raw/master/Resources/Screenshot.png",
"https://github.com/IMcD23/TiltedTabView/raw/master/Resources/Screenshot_iPad.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ian McDowell": "me@ianmcdowell.net"
},
"social_media_url": "http://twitter.com/ian_mcdowell",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/IMcD23/TiltedTabView.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"swift_version": "4.0"
}