| { |
| "name": "DSBaseViewController", |
| "version": "1.5.1", |
| "summary": "A serial of super view controller classes.", |
| "description": "DSBaseViewController brings the convenience for your view controllers to maintain the subviews' construction and data source management, it extends a core protocol with overriding methods of UIViewController, conforming the protocol for the subclasses will get the beautiful magic.", |
| "homepage": "http://github.com/xingheng/DSBaseViewController", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Will Han": "xingheng.hax@qq.com" |
| }, |
| "social_media_url": "https://twitter.com/xingheng907", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/xingheng/DSBaseViewController.git", |
| "tag": "1.5.1" |
| }, |
| "source_files": [ |
| "DSBaseViewController", |
| "DSBaseViewController/**/*.{h,m}" |
| ], |
| "public_header_files": "DSBaseViewController/**/*.h", |
| "frameworks": "UIKit", |
| "requires_arc": true |
| } |