blob: 7d4ce787737e30c09acfade6e1285ece15120cfc [file] [log] [blame]
{
"name": "AirSegmentedControl",
"version": "1.0.10",
"summary": "A UIControl segmented control that draws itself based on the number of segments provided.",
"description": "A UIControl subclass that draws itself based on the number of segments provided. Also supports IBInspectable and IBDesignable for interface builder use.",
"homepage": "https://github.com/airG/iOS-airSegmentedControl",
"license": "Apache License, Version 2.0",
"authors": {
"Steven Thompson": "steve.thomp@me.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/airG/iOS-airSegmentedControl.git",
"tag": "1.0.10"
},
"source_files": [
"AirSegmentedControl",
"AirSegmentedControl/**/*.{h,m}"
],
"exclude_files": "AirSegmentedControl/InspectableAirSegmentedControl.swift",
"pushed_with_swift_version": "4.0"
}