blob: 40ad80f6f3e9ddab0d63369b5e841206762bd8e1 [file] [log] [blame]
{
"name": "SYSegmentedControl",
"version": "1.1.3",
"license": "Custom, see Readme.md",
"summary": "Custom UISegmentedControl",
"homepage": "https://github.com/dvkch/SYSegmentedControl",
"authors": {
"Stan Chevallier": "contact@stanislaschevallier.fr"
},
"source": {
"git": "https://github.com/dvkch/SYSegmentedControl.git",
"tag": "1.1.3"
},
"source_files": "SYSegmentedControl/SYSegmentedControl.{h,m}",
"requires_arc": true,
"swift_version": "5.0",
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"dependencies": {
"SYKit": [
]
}
}