blob: a2f4c73f937c5aedb4810a1652c047a03389e984 [file] [log] [blame]
{
"name": "RSSegmentedControl",
"version": "1.0.9",
"summary": "基于Masonry的分段控制器.",
"description": "如果你的布局使用Masonry,那么这是你最好的选择。",
"dependencies": {
"Masonry": [
"~> 1.0.0"
]
},
"homepage": "https://github.com/rsers/RSSegmentedControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rsers": "rsers@qq.com"
},
"source": {
"git": "https://github.com/rsers/RSSegmentedControl.git",
"tag": "1.0.9"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RSSegmentedControl/Classes/**/*",
"frameworks": "UIKit",
"prefix_header_contents": [
"#import <UIKit/UIKit.h>",
"#import <Masonry/Masonry.h>"
]
}