blob: bc25d2f910bc0c5d97935aa8725660a374afdf8c [file] [log] [blame]
{
"name": "EXUScrollTabController",
"version": "0.1",
"summary": "A ViewController Containter that can exchange it's viewControllers by scroll",
"description": "A ViewController Containter that can exchange it's viewControllers by scroll and handle childViewController's lifeCycle perfect.",
"homepage": "https://github.com/waitingsnow/EXUScrollTabController",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"guangwei": "GuangweiDream@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/waitingsnow/EXUScrollTabController.git",
"tag": "0.1"
},
"source_files": "*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}