blob: 615fbc5ef2e7cedf22c17f8e07fa509f202b2c46 [file] [log] [blame]
{
"name": "ADSSegmentedButton",
"version": "0.0.2",
"summary": "可滚动菜单按钮",
"description": "可滚动的自动布局菜单按钮",
"homepage": "https://github.com/Andrewmika/ADSSegmentedButton",
"license": "MIT",
"authors": {
"Wanqi Shen": "iandrew@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Andrewmika/ADSSegmentedButton.git",
"tag": "0.0.2"
},
"source_files": [
"ADSSegmentedButton",
"ADSSegmentedButton/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}