blob: 59af44bee14346a59eaed9416c541e01a0b68673 [file] [log] [blame]
{
"name": "SHTabScrollController",
"version": "0.4.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SHTabScrollController/*",
"frameworks": "UIKit",
"dependencies": {
"SHButton": [
"~> 0.1.9"
]
}
}