blob: dbe65dc6ae82b3a3e3c78ef8b1998ad08857b919 [file] [log] [blame]
{
"name": "DKTabPageViewController",
"version": "1.2.0",
"summary": "DKTabPageViewController is an UIViewController subclass that support for multiple tab and gestures.",
"description": " DKTabPageViewController is an UIViewController subclass that support for multiple tab and gestures. Each tab represents a ViewController instance, independent of each other. View supports lazy loading and response viewWillAppear、viewWillDisappear etc methods. Adding support for custom animation to text of the top bar.\n",
"homepage": "https://github.com/zhangao0086/DKTabPageViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bannings": "zhangao0086@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/zhangao0086/DKTabPageViewController.git",
"tag": "1.2.0"
},
"source_files": "DKTabPageViewController/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}