blob: 1262c4a0dc583c2d8cb61ab349c6d786274d7dbe [file] [log] [blame]
{
"name": "EVTTabPageScrollView",
"version": "0.1.0",
"summary": "A tab page scroll view with indicator and same width tab buttons.",
"description": "Just a simple tab page , writing with UIScrollView and UIButton, it has indicator below the button.\nAnd also , it provide some parameters you could modify the default color theme.",
"homepage": "https://github.com/everettjf/EVTTabPageScrollView",
"license": "MIT",
"authors": {
"everettjf": "everettjf@live.com"
},
"source": {
"git": "https://github.com/everettjf/EVTTabPageScrollView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"EVTTabPageScrollView": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Masonry": [
"~> 0.6"
]
}
}