blob: cde76c24a1c84b79815c37cf3ddce7cb06c6ed0a [file] [log] [blame]
{
"name": "KNZSegmentedControl",
"version": "0.1.0",
"summary": "A simple segmented control thats a step above the generic.",
"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!",
"homepage": "https://github.com/knzknz/KNZSegmentedControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"knzknz": "knzali3@gmail.com"
},
"source": {
"git": "https://github.com/knzknz/KNZSegmentedControl.git",
"tag": "0.1.0"
},
"swift_version": "4.1",
"platforms": {
"ios": "9.0"
},
"source_files": "KNZSegmentedControl/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
}