blob: 522a56b35bcf7cb5a69cd0ed780f9ef08c2e97af [file] [log] [blame]
{
"name": "DKTabView",
"version": "0.1.2",
"summary": "A custom TabView.",
"description": "DKTabView is a class designed to simplify the implementation of various types of tab view.You can customize your TabItems and animate cursor between them.For more details to see the Example.",
"homepage": "https://github.com/drinking/DKTabView",
"license": "MIT",
"authors": {
"drinking": "pan49@126.com"
},
"source": {
"git": "https://github.com/drinking/DKTabView.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DKTabView": [
"Pod/Assets/*.png"
]
}
}