blob: 95a8653a1031bd6fddaf17a772594f8f784c093c [file] [log] [blame]
{
"name": "URBSegmentedControl",
"version": "1.0.0",
"summary": "A replacement for UIKit's UISegmentedControl that offers a greater level of flexibility and customization.",
"description": "URBSegmentedControl is a more flexible alternative to the default UISegmentedControl available in UIKit that offers easier customization and more options for layout orientations with titles and images. However, much of the same functionality and API methods that are available in UISegmentedControl are also available in URBSegmentedControl, making it an easier drop-in replacement within your own projects.",
"homepage": "https://github.com/u10int/URBSegmentedControl",
"authors": {
"Nicholas Shipes": "nshipes@urban10.com"
},
"source": {
"git": "https://github.com/u10int/URBSegmentedControl.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true,
"source_files": "URBSegmentedControl.{h,m}",
"frameworks": [
"CoreGraphics",
"QuartzCore"
]
}