[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 0 / f / JXBase / 0.0.2 / JXBase.podspec.json
blobd4d728a19eb727ba68d2e75d0cba045de9a763f9
2   "name": "JXBase",
3   "version": "0.0.2",
4   "summary": "iOS Base Framework.",
5   "description": "iOS Base Framework with Masonry/ReactiveObjC/DZNEmptyDataSet.",
6   "homepage": "https://github.com/tospery/JXBase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tospery": "tospery@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tospery/JXBase.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "JXBase/Classes/*.{h,m}",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "dependencies": {
27     "ReactiveObjC": [
28       "3.1.0"
29     ],
30     "Masonry": [
31       "1.1.0"
32     ],
33     "MJRefresh": [
34       "3.1.15.3"
35     ],
36     "DZNEmptyDataSet": [
37       "1.8.1"
38     ],
39     "pop": [
40       "1.0.10"
41     ],
42     "VBFPopFlatButton": [
43       "0.0.7"
44     ],
45     "SVProgressHUD": [
46       "2.2.5"
47     ]
48   }