[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / a / f / SVSegmentedControl / 0.2 / SVSegmentedControl.podspec.json
blobe93d7e43906f169a842dee9d4165d6068e3b554c
2   "name": "SVSegmentedControl",
3   "version": "0.2",
4   "platforms": {
5     "ios": "5.0"
6   },
7   "license": "MIT",
8   "summary": "A UISwitch-like segmented control for your iOS app.",
9   "homepage": "https://github.com/samvermette/SVSegmentedControl",
10   "authors": {
11     "Sam Vermette": "hello@samvermette.com"
12   },
13   "source": {
14     "git": "https://github.com/samvermette/SVSegmentedControl.git",
15     "tag": "0.2"
16   },
17   "description": "SVSegmentedControl is a customizable UIControl class that mimics UISegmentedControl but that looks like an UISwitch.",
18   "frameworks": "QuartzCore",
19   "source_files": "SVSegmentedControl/*.{h,m}",
20   "preserve_paths": "Demo",
21   "requires_arc": true