[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / d / c / 0 / DSBaseViewController / 1.0.0 / DSBaseViewController.podspec.json
blob8077d1d81f7699af3ff1f2c26aa5d27056061532
2   "name": "DSBaseViewController",
3   "version": "1.0.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.0.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