[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 9 / 8 / AirSegmentedControl / 1.0.10 / AirSegmentedControl.podspec.json
blob7d4ce787737e30c09acfade6e1285ece15120cfc
2   "name": "AirSegmentedControl",
3   "version": "1.0.10",
4   "summary": "A UIControl segmented control that draws itself based on the number of segments provided.",
5   "description": "A UIControl subclass that draws itself based on the number of segments provided. Also supports IBInspectable and IBDesignable for interface builder use.",
6   "homepage": "https://github.com/airG/iOS-airSegmentedControl",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Steven Thompson": "steve.thomp@me.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/airG/iOS-airSegmentedControl.git",
16     "tag": "1.0.10"
17   },
18   "source_files": [
19     "AirSegmentedControl",
20     "AirSegmentedControl/**/*.{h,m}"
21   ],
22   "exclude_files": "AirSegmentedControl/InspectableAirSegmentedControl.swift",
23   "pushed_with_swift_version": "4.0"