[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / 5 / 0 / ZXKit / 0.0.2 / ZXKit.podspec.json
blob73d74d6a354d745daae4f435c489534ac22c6aae
2   "name": "ZXKit",
3   "version": "0.0.2",
4   "summary": "从CocoaChinaPlus App中抽离出来的Swift基础组件库.",
5   "description": "从CocoaChinaPlus App中抽离出来的基础组件库. 纯Swift实现",
6   "homepage": "https://github.com/zixun/ZXKit",
7   "license": "MIT",
8   "authors": {
9     "zixun": "chenyl.exe@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/zixun/ZXKit.git",
13     "tag": "0.0.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Source/**/*.swift",
20   "resource_bundles": {
21     "ZXKit": [
22       "Resources/*.png"
23     ]
24   },
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "dependencies": {
30     "Neon": [
31       "~> 0.0.3"
32     ],
33     "RxSwift": [
34       "~> 2.0.0-beta.2"
35     ],
36     "RxCocoa": [
37       "~> 2.0.0-beta.2"
38     ],
39     "RxBlocking": [
40       "~> 2.0.0-beta.2"
41     ],
42     "MBProgressHUD": [
43       "~> 0.9.1"
44     ]
45   }