blob: 47623a3044ea97a4d4d8525b1dbd2b1c85d0a0ac [file] [log] [blame]
{
"name": "ListSectionIndex",
"version": "0.1.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/ListSectionIndex",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Monshizadeh": "amonshiz@gmail.com"
},
"source": {
"git": "https://github.com/amonshiz/ListSectionIndex.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/amonshiz",
"platforms": {
"ios": "13.0",
"osx": "10.15"
},
"swift_versions": [
"5.0"
],
"source_files": "ListSectionIndex/Classes/**/*",
"frameworks": "SwiftUI",
"deprecated_in_favor_of": "SectionIndex",
"swift_version": "5.0"
}