[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 4 / 1 / HTHorizontalSelectionList / 0.6.0 / HTHorizontalSelectionList.podspec.json
blob611fdcfac94eb469d434ccf4a7803283e412b949
2   "name": "HTHorizontalSelectionList",
3   "version": "0.6.0",
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.0"
22   },
23   "source_files": "HTHorizontalSelectionList/**/*.{h,m}",
24   "requires_arc": true,
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ]