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