[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 0 / 4 / 1 / HTHorizontalSelectionList / 0.4.2 / HTHorizontalSelectionList.podspec.json
blobbf720674365b53b9e12f015b32c3dd3121ae01c9
2   "name": "HTHorizontalSelectionList",
3   "version": "0.4.2",
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.\n",
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   },
14   "social_media_url": "http://twitter.com/erikwithfriends",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/hightower/HTHorizontalSelectionList.git",
20     "tag": "0.4.2"
21   },
22   "source_files": "HTHorizontalSelectionList/**/*.{h,m}",
23   "requires_arc": true,
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ]