blob: f509622a05200c8510b2820a9fb47cc3a222535a [file] [log] [blame]
{
"name": "HTHorizontalSelectionList",
"version": "0.6.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.",
"homepage": "https://github.com/hightower/HTHorizontalSelectionList",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Erik Ackermann": "erik@gethightower.com",
"Dustin Burge": "dustin@gethightower.com"
},
"social_media_url": "http://twitter.com/erikwithfriends",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/hightower/HTHorizontalSelectionList.git",
"tag": "0.6.2"
},
"source_files": "HTHorizontalSelectionList/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
]
}