[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 6 / b / ADSSegmentedButton / 0.0.1 / ADSSegmentedButton.podspec.json
blob98d5c1d67968f02ad59f93129a7e1b30f26ea529
2   "name": "ADSSegmentedButton",
3   "version": "0.0.1",
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.1"
17   },
18   "source_files": [
19     "ADSSegmentedButton",
20     "ADSSegmentedButton/**/*.{h,m}"
21   ],
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "dependencies": {
25     "Masonry": [
27     ]
28   }