[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 4 / 5 / SegmentedButton / 0.1.0 / SegmentedButton.podspec.json
blob276f6f2def4900317ddb35288d179e484855394f
2   "name": "SegmentedButton",
3   "platforms": {
4     "ios": "11.0"
5   },
6   "summary": "A segmented button designed to mimic the one seen in the Apple Maps app on iOS 13",
7   "requires_arc": true,
8   "version": "0.1.0",
9   "license": {
10     "type": "Apache 2.0",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Brandon Stillitano": "b.stillitano95@gmail.com"
15   },
16   "homepage": "https://github.com/bstillitano/SegmentedButton",
17   "source": {
18     "git": "https://github.com/bstillitano/SegmentedButton.git",
19     "tag": "0.1.0"
20   },
21   "frameworks": "MobileCoreServices",
22   "dependencies": {
23     "SnapKit": [
24       "~> 5.0.0"
25     ]
26   },
27   "source_files": "SegmentedButton/**/*.{swift}",
28   "resources": "SegmentedButton/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
29   "swift_versions": "5.0",
30   "swift_version": "5.0"