blob: b7e55b255f11ec6c2b19f4243efd75b0d9655e1a [file] [log] [blame]
{
"name": "DKTabView",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DKTabView": [
"Pod/Assets/*.png"
]
}
}