blob: 9aa79c4bccf43ebf6d4b141bf62ff9e0c36a002c [file] [log] [blame]
{
"name": "SYSegmentedControl",
"version": "1.0.2",
"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.0.2"
},
"source_files": "SYSegmentedControl/SYSegmentedControl.{h,m}",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
},
"platforms": {
"ios": "5.0",
"tvos": "9.0"
},
"dependencies": {
"SYKit": [
]
}
}