[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 9 / a / f / AdvancedSegmentedControl / 0.1.0 / AdvancedSegmentedControl.podspec.json
blobafb1840e166a88b71f5e02516c0bc529932d70f6
2   "name": "AdvancedSegmentedControl",
3   "version": "0.1.0",
4   "summary": "A segmented control that supports scrolling.",
5   "description": "A segmented control that supports scrolling. It's basically a collectionView that holds cells for each segment.",
6   "homepage": "https://github.com/d3mueller/AdvancedSegmentedControl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dennis Müller": "d3mueller@me.com"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "source": {
18     "git": "https://github.com/d3mueller/AdvancedSegmentedControl.git",
19     "tag": "0.1.0"
20   },
21   "source_files": [
22     "Classes",
23     "AdvancedSegmentedControl/**/*.{swift}"
24   ],
25   "swift_version": "4.2",
26   "dependencies": {
27     "SnapKit": [
29     ],
30     "SwifterSwift": [
32     ],
33     "UIImageColors": [
35     ]
36   }