blob: ce870ae91f1b30e4c9169e6548a3f28fb3b39d55 [file] [log] [blame]
{
"name": "DZSwipeViewController",
"version": "0.2.0",
"summary": "DZSwipeViewController,左右滑动的视图控制器,支持顶部样式自定义。",
"description": " DZSwipeViewController,左右滑动的视图控制器,支持顶部样式自定义。方便用来实现顶部Tab的视图管理器,支持视图左右滑动。\n",
"homepage": "https://github.com/yishuiliunian/DZSwipeViewController",
"license": "MIT",
"authors": {
"stonedong": "yishuiliunian@gmail.com"
},
"source": {
"git": "https://github.com/yishuiliunian/DZSwipeViewController.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DZSwipeViewController": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"DZGeometryTools": [
]
}
}