[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 0 / a / Parchment / 3.4.0 / Parchment.podspec.json
blob37944888fc653c0ac19d9da140827b977f1fd773
2   "name": "Parchment",
3   "version": "3.4.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": "v3.4.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": "5.10"