blob: 781d2368c503c93a5b54ddcd3fc8ab1c8da954c1 [file] [log] [blame]
{
"name": "HTHorizontalSelectionList",
"version": "0.5.2",
"summary": "A simple, horizontally-scrolling list of buttons.",
"description": " A simple, horizontally-scrolling list of buttons that can be used as a more flexible replacement for UISegmentedControl.\n",
"homepage": "https://github.com/hightower/HTHorizontalSelectionList",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Erik Ackermann": "erik@gethightower.com"
},
"social_media_url": "http://twitter.com/erikwithfriends",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/hightower/HTHorizontalSelectionList.git",
"tag": "0.5.2"
},
"source_files": "HTHorizontalSelectionList/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
]
}