blob: 5e3e74abc0d1404a5debe6f8e9bdc2bacb077b44 [file] [log] [blame]
{
"name": "SMSegmentView",
"version": "1.1",
"summary": "Custom segmented control for iOS 8 and above",
"description": "Written in Swift.\nSupport both images and text.\nSupport vertically organise segments\nMore customisible than UISegmentedControl and easier to expand with new style.",
"homepage": "https://github.com/allenbryan11/SMSegmentView",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Si Ma",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/allenbryan11/SMSegmentView.git",
"branch": "master",
"tag": "v1.1"
},
"source_files": "SMSegmentViewController/SMSegmentView/*.swift",
"requires_arc": true,
"frameworks": "UIKit"
}