blob: a00e9ee114d9b173e00e5cd44bb6232d7958d4ae [file] [log] [blame]
{
"name": "HTHorizontalSelectionList",
"version": "0.6.4",
"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.4"
},
"source_files": "HTHorizontalSelectionList/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"M13BadgeView": [
"~> 1.0.4"
]
}
}