[Add] IPDSDK 2.0.1.0
[CocoaPods.git] / Specs / 9 / 4 / 6 / HJUIKit / 0.0.2 / HJUIKit.podspec.json
blob8c3e2aee8fb67d991af648769e98bbeaa100ac7c
2   "name": "HJUIKit",
3   "version": "0.0.2",
4   "summary": "HJUIKit是一个自己平时开发封装、所用到的一些轮子的记录,慢慢往里面添加一些平时用到的东西",
5   "homepage": "https://github.com/christhoper/HJUIKit",
6   "license": "MIT",
7   "authors": {
8     "hend": "309875551@qq.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/christhoper/HJUIKit.git",
15     "tag": "0.0.2"
16   },
17   "source_files": [
18     "BaseKit",
19     "BaseKit/**/*.{h,m}"
20   ],
21   "requires_arc": true,
22   "dependencies": {
23     "Masonry": [
25     ],
26     "MJExtension": [
28     ],
29     "MBProgressHUD": [
31     ],
32     "ReactiveObjC": [
34     ],
35     "MJRefresh": [
37     ]
38   }