blob: c6279aeee71086c3ff27a198d409090bcf38bbcd [file] [log] [blame]
{
"name": "DZNSegmentedControl",
"version": "1.3.2",
"summary": "A drop-in replacement for UISegmentedControl for showing counts, to be used typically on a user profile",
"homepage": "https://github.com/dzenbot/DZNSegmentedControl",
"screenshots": "https://dl.dropboxusercontent.com/u/2452151/Permalink/DZNSegmentedControl.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ignacio Romero Z.": "iromero@dzen.cl"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dzenbot/DZNSegmentedControl.git",
"tag": "v1.3.2"
},
"source_files": [
"Classes",
"Source/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}