blob: a0f8a7fbdd1fd19277e8fdec68babf0f7f9f0478 [file] [log] [blame]
{
"name": "RSSegmentedControl",
"version": "1.0.0",
"summary": "Masonry-Based SegmentedControl.",
"description": "Easily used in Masonry layout.",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RSSegmentedControl/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
"~> 1.0.0"
]
},
"prefix_header_contents": [
"#import <UIKit/UIKit.h>",
"#import \"Masonry.h\""
]
}