blob: 3dc93ec1e4959809c47f07d6f1d2a4ad6b34b08f [file] [log] [blame]
{
"name": "SectionIndex",
"version": "0.2.0",
"summary": "A section index in SwiftUI that easily bridges to UIKit",
"description": "This library adds a UITableView-like section index that is easily added to a SwiftUI interface or even as a standalone SwiftUI element within an AppKit or UIKit app.",
"homepage": "https://github.com/amonshiz/SectionIndex",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Monshizadeh": "amonshiz@gmail.com"
},
"source": {
"git": "https://github.com/amonshiz/SectionIndex.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/amonshiz",
"platforms": {
"ios": "13.0",
"watchos": "6.0",
"osx": "10.15"
},
"swift_versions": [
"5.0"
],
"source_files": "Sources/**/*",
"frameworks": "SwiftUI",
"swift_version": "5.0"
}