blob: d7d8432cc8da34dd3aab3c49f677a14d466d5991 [file] [log] [blame]
{
"name": "SegmentedController",
"version": "0.1.0",
"summary": "Segmented controller component",
"description": "Simple yet highly customizable segmented controller component written in Swift",
"homepage": "https://github.com/dobaduc/segmentedcontroller",
"license": {
"type": "MIT"
},
"authors": {
"Duc Doba": "dobaduc@gmail.com"
},
"source": {
"git": "https://github.com/dobaduc/segmentedcontroller.git",
"tag": "0.1.0"
},
"source_files": [
"SegmentedController/**/*.{swift,h,xib}"
],
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}