[Add] PayUIndia-Networking 5.0.1
[CocoaPods.git] / Specs / 9 / 5 / 2 / CJBaseViewController / 1.1.0 / CJBaseViewController.podspec.json
blob92d88b519eb4f2299e3ae69951021f3d4c76e073
2   "name": "CJBaseViewController",
3   "version": "1.1.0",
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.1.0"
15   },
16   "frameworks": "UIKit",
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "CJBaseSearchViewController",
21       "source_files": "CJBaseViewController/CJBaseSearchViewController/**/*.{h,m}",
22       "dependencies": {
23         "NSOperationQueueUtil": [
24           "~> 0.0.1"
25         ],
26         "CJBaseUtil/CJDataUtil": [
27           "~> 0.1.1"
28         ]
29       }
30     }
31   ]