blob: 5b56937c59eb95b574b93304ea7cf06ef8879ac5 [file] [log] [blame]
{
"name": "SplitView",
"version": "1.0.0",
"summary": "A resizable Split View",
"swift_versions": [
"5.0",
"5.0"
],
"description": "A resizable Split View inspired by Apple's Split View for iPadOS",
"homepage": "https://github.com/twodayslate/SplitView",
"screenshots": [
"https://github.com/twodayslate/SplitView/raw/master/images/horizontal.png",
"https://github.com/twodayslate/SplitView/raw/master/images/vertical.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"twodayslate": "zac@gorak.us"
},
"source": {
"git": "https://github.com/twodayslate/SplitView.git",
"tag": "v1.0.0"
},
"social_media_url": "https://twitter.com/twodayslate",
"platforms": {
"ios": "11.0"
},
"source_files": "splitview/*",
"exclude_files": [
"splitview/Info.plist"
],
"public_header_files": "splitview/*.h",
"frameworks": "UIKit",
"swift_version": "5.0"
}