[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / 5 / c / DKTabPageViewController / 1.2.0 / DKTabPageViewController.podspec.json
blobdbe65dc6ae82b3a3e3c78ef8b1998ad08857b919
2   "name": "DKTabPageViewController",
3   "version": "1.2.0",
4   "summary": "DKTabPageViewController is an UIViewController subclass that support for multiple tab and gestures.",
5   "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",
6   "homepage": "https://github.com/zhangao0086/DKTabPageViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bannings": "zhangao0086@gmail.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/zhangao0086/DKTabPageViewController.git",
19     "tag": "1.2.0"
20   },
21   "source_files": "DKTabPageViewController/*.{h,m}",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "requires_arc": true