[Add] YIM 2.2.1
[CocoaPods.git] / Specs / a / 1 / 6 / ListSectionIndex / 0.1.0 / ListSectionIndex.podspec.json
blob47623a3044ea97a4d4d8525b1dbd2b1c85d0a0ac
2   "name": "ListSectionIndex",
3   "version": "0.1.0",
4   "summary": "A section index in SwiftUI that easily bridges to UIKit",
5   "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.",
6   "homepage": "https://github.com/amonshiz/ListSectionIndex",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrew Monshizadeh": "amonshiz@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/amonshiz/ListSectionIndex.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/amonshiz",
19   "platforms": {
20     "ios": "13.0",
21     "osx": "10.15"
22   },
23   "swift_versions": [
24     "5.0"
25   ],
26   "source_files": "ListSectionIndex/Classes/**/*",
27   "frameworks": "SwiftUI",
28   "deprecated_in_favor_of": "SectionIndex",
29   "swift_version": "5.0"