[Add] HyundaiEV 1.0.7
[CocoaPods.git] / Specs / 0 / 4 / a / CJRefreshVC / 1.0.0 / CJRefreshVC.podspec.json
blob815e04d00f1f462e96e6d1235e9dfe9a37b1c3f8
2   "name": "CJRefreshVC",
3   "version": "1.0.0",
4   "summary": "带刷新功能的控制器的父类(包含CJRefreshTvVC和CJRefreshWebVC)",
5   "homepage": "https://github.com/dvlproad/CJRefreshVC",
6   "license": "MIT",
7   "authors": "dvlproad",
8   "platforms": {
9     "ios": "7.0"
10   },
11   "source": {
12     "git": "https://github.com/dvlproad/CJRefreshVC.git",
13     "tag": "1.0.0"
14   },
15   "source_files": "CJRefreshVC/**/*.{h,m}",
16   "frameworks": "UIKit",
17   "requires_arc": true,
18   "dependencies": {
19     "MJRefresh": [
20       "~> 2.4.12"
21     ],
22     "MBProgressHUD": [
23       "~> 0.9.1"
24     ]
25   }