[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 6 / b / ADSSegmentedButton / 0.0.4 / ADSSegmentedButton.podspec.json
blobb832cda1c0ca80c7e1743e5230f7c24c726d7cba
2   "name": "ADSSegmentedButton",
3   "version": "0.0.4",
4   "summary": "可滚动菜单按钮",
5   "description": "可滚动的自动布局菜单按钮",
6   "homepage": "https://github.com/Andrewmika/ADSSegmentedButton",
7   "license": "MIT",
8   "authors": {
9     "Wanqi Shen": "iandrew@126.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/Andrewmika/ADSSegmentedButton.git",
16     "tag": "0.0.4"
17   },
18   "source_files": [
19     "ADSSegmentedButton",
20     "ADSSegmentedButton/**/*.{h,m}"
21   ],
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "dependencies": {
25     "Masonry": [
27     ]
28   }