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