[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / c / 0 / DSBaseViewController / 1.3.0 / DSBaseViewController.podspec.json
blob954444c4822aff27559c519ba6d48ab39b35de8f
2   "name": "DSBaseViewController",
3   "version": "1.3.0",
4   "summary": "A serial of UIViewController classes used as super class.",
5   "description": "The 'DS' prefix is short for Data State, also stand for my team name with Dragon Source. DSBaseViewController brings the convenience for UIViewController subclasses 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": "http://weibo.com/1882207114",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/xingheng/DSBaseViewController.git",
20     "tag": "1.3.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