[Add] AlibabacloudBssOpenApi20171214 3.1.0
[CocoaPods.git] / Specs / 9 / 5 / 2 / CJBaseViewController / 1.0.2 / CJBaseViewController.podspec.json
blob1297ddc8b1751087e668e40aa54e5bbc9c394d82
2   "name": "CJBaseViewController",
3   "version": "1.0.2",
4   "summary": "自定义的几种视图控制器的基类",
5   "homepage": "https://github.com/dvlproad/CJBaseViewController",
6   "license": "MIT",
7   "authors": "dvlproad",
8   "description": "1、CJBaseSearchViewController:搜索控制器A BaseViewController can use to Search.\n\n A longer description of CJPopupAction in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!",
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/dvlproad/CJBaseViewController.git",
14     "tag": "CJBaseSearchViewController_1.0.2"
15   },
16   "frameworks": "UIKit",
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "CJBaseSearchViewController",
21       "source_files": "CJBaseViewController/CJBaseSearchViewController/**/*.{h,m}",
22       "dependencies": {
23         "CJBaseUtil/CJSortedAndSearchUtil": [
24           "~> 0.0.1"
25         ],
26         "NSOperationQueueUtil": [
27           "~> 0.0.1"
28         ]
29       }
30     }
31   ]