[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / c / 0 / DSBaseViewController / 1.5.0 / DSBaseViewController.podspec.json
blob355aa563b12abd227fdbd6e0466588f22b752548
2   "name": "DSBaseViewController",
3   "version": "1.5.0",
4   "summary": "A serial of super view controller classes.",
5   "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.",
6   "homepage": "http://github.com/xingheng/DSBaseViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Will Han": "xingheng.hax@qq.com"
13   },
14   "social_media_url": "https://twitter.com/xingheng907",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/xingheng/DSBaseViewController.git",
20     "tag": "1.5.0"
21   },
22   "source_files": [
23     "DSBaseViewController",
24     "DSBaseViewController/**/*.{h,m}"
25   ],
26   "public_header_files": "DSBaseViewController/**/*.h",
27   "frameworks": "UIKit",
28   "requires_arc": true