[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 0 / a / Parchment / 4.1.0 / Parchment.podspec.json
blobf7345e548056243de5507ef8e9335f5b643621b2
2   "name": "Parchment",
3   "version": "4.1.0",
4   "license": "MIT",
5   "summary": "A flexible paging menu controller with support for infinite data sources.",
6   "description": "Parchment allows you to page between view controllers while showing menu items that scrolls along with the content. It’s build to be very customizable, it’s well-tested and written fully in Swift.",
7   "homepage": "https://github.com/rechsteiner/Parchment",
8   "authors": "Martin Rechsteiner",
9   "source": {
10     "git": "https://github.com/rechsteiner/Parchment.git",
11     "tag": "v4.1.0"
12   },
13   "platforms": {
14     "ios": "12.0"
15   },
16   "source_files": [
17     "Parchment/**/*.swift",
18     "Parchment/*.swift"
19   ],
20   "weak_frameworks": [
21     "SwiftUI"
22   ],
23   "requires_arc": true,
24   "swift_version": "6.0"