[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 0 / 4 / 1 / HTHorizontalSelectionList / 0.7.4 / HTHorizontalSelectionList.podspec.json
blob5cfea802b8ec8be1b08da4e32ca336a9a4ed9a64
2   "name": "HTHorizontalSelectionList",
3   "version": "0.7.4",
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.4"
22   },
23   "source_files": "Source/**/*.{h,m}",
24   "requires_arc": true,
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "dependencies": {
30     "M13BadgeView": [
31       "~> 1.0.4"
32     ]
33   }