blob: 52ba79e9626395ae9fc12761a50de47254ba980c [file] [log] [blame]
{
"name": "SHTabScrollController",
"version": "0.4.16",
"summary": "A simple view controller with tab button and childViewController, which has some animation and can be scroll.",
"homepage": "https://github.com/harushuu/SHTabScrollController",
"screenshots": "https://github.com/harushuu/SHTabScrollController/raw/master/Screenshots.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"@harushuu": "hunter4n@gmail.com"
},
"source": {
"git": "https://github.com/harushuu/SHTabScrollController.git",
"tag": "0.4.16"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SHTabScrollController/*",
"frameworks": "UIKit",
"dependencies": {
"SHButton": [
"~> 0.2.0"
]
}
}