[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / f / 5 / UnderlineSegmentedControl / 1.0.1 / UnderlineSegmentedControl.podspec.json
blobdda42b0dd3b8db49eb752cdf753e2518ae1db98f
2   "name": "UnderlineSegmentedControl",
3   "version": "1.0.1",
4   "summary": "A customizable underline segmented control",
5   "description": "The native UISegmentedControl is hard to customize any way we want. I created one by extending UIControl. It has an underline that moves alongside the scrollview that you can attach to it. The colors of the segment titles change interactively as well.",
6   "homepage": "https://github.com/lussvontrier/UnderlineSegmentedControl",
7   "license": "MIT",
8   "authors": {
9     "Lusine": "limonella.lm@gmail.com"
10   },
11   "social_media_url": "https://www.instagram.com/lussvontrier/",
12   "platforms": {
13     "ios": "15.5"
14   },
15   "source": {
16     "git": "https://github.com/lussvontrier/UnderlineSegmentedControl.git",
17     "tag": "1.0.1"
18   },
19   "vendored_frameworks": "UnderlineSegmentedControl.xcframework",
20   "source_files": "UnderlineSegmentedControl/**/*.{swift}",
21   "frameworks": [
22     "QuartzCore",
23     "UIKit"
24   ],
25   "swift_versions": "5.0",
26   "swift_version": "5.0"