blob: e1d1741bb760b79eacb0265469cc1342df1ccdc2 [file] [log] [blame]
{
"name": "MMSegmentControl",
"summary": "A segmentControl for iOS.",
"version": "0.0.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MMMille": "xuemingluan@gmail.com"
},
"homepage": "https://github.com/MMMille/MMSegmentControl",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MMMille/MMSegmentControl.git",
"tag": "0.0.2"
},
"requires_arc": true,
"source_files": "MMSegmentControl/**/*.{h,m}",
"libraries": [
"z",
"sqlite3"
],
"frameworks": [
"UIKit",
"CoreFoundation"
],
"dependencies": {
"Masonry": [
]
}
}