[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 4 / 1 / HTHorizontalSelectionList / 0.7.1 / HTHorizontalSelectionList.podspec.json
blob96b89e20ede5876e7d08e5d0b73da5ca4942fb81
2   "name": "HTHorizontalSelectionList",
3   "version": "0.7.1",
4   "summary": "A simple, horizontally-scrolling list of buttons.",
5   "description": "A simple, horizontally-scrolling list of buttons that can be used as a more flexible replacement for UISegmentedControl.",
6   "homepage": "https://github.com/hightower/HTHorizontalSelectionList",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Erik Ackermann": "erik@gethightower.com",
13     "Dustin Burge": "dustin@gethightower.com"
14   },
15   "social_media_url": "http://twitter.com/erikwithfriends",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/hightower/HTHorizontalSelectionList.git",
21     "tag": "0.7.1"
22   },
23   "source_files": "HTHorizontalSelectionList/**/*.{h,m}",
24   "requires_arc": true,
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "dependencies": {
30     "M13BadgeView": [
31       "~> 1.0.4"
32     ]
33   }