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