[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 4 / 0 / SectionIndex / 0.2.0 / SectionIndex.podspec.json
blob3dc93ec1e4959809c47f07d6f1d2a4ad6b34b08f
2   "name": "SectionIndex",
3   "version": "0.2.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/SectionIndex",
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/SectionIndex.git",
16     "tag": "0.2.0"
17   },
18   "social_media_url": "https://twitter.com/amonshiz",
19   "platforms": {
20     "ios": "13.0",
21     "watchos": "6.0",
22     "osx": "10.15"
23   },
24   "swift_versions": [
25     "5.0"
26   ],
27   "source_files": "Sources/**/*",
28   "frameworks": "SwiftUI",
29   "swift_version": "5.0"