[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 0 / 4 / 1 / HTHorizontalSelectionList / 0.6.4 / HTHorizontalSelectionList.podspec.json
bloba00e9ee114d9b173e00e5cd44bb6232d7958d4ae
2   "name": "HTHorizontalSelectionList",
3   "version": "0.6.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.6.4"
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   }