[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 7 / 0 / c / KNZSegmentedControl / 0.1.0 / KNZSegmentedControl.podspec.json
blobcde76c24a1c84b79815c37cf3ddce7cb06c6ed0a
2   "name": "KNZSegmentedControl",
3   "version": "0.1.0",
4   "summary": "A simple segmented control thats a step above the generic.",
5   "description": "Boilerplate code to create a custom segmented control for your iOS app. Install this library to skip the generic code and fast forward your productivity!",
6   "homepage": "https://github.com/knzknz/KNZSegmentedControl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "knzknz": "knzali3@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/knzknz/KNZSegmentedControl.git",
16     "tag": "0.1.0"
17   },
18   "swift_version": "4.1",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "KNZSegmentedControl/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ]