[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 9 / f / BDBaseKit / 0.1.0 / BDBaseKit.podspec.json
blobed0d6e28f4fd6abc9a6df6477b95fe2b48ca20b3
2   "name": "BDBaseKit",
3   "version": "0.1.0",
4   "summary": "一些基础库代码,只言片语.",
5   "description": "基础工具类,合并到一起便于使用和管理。",
6   "homepage": "https://github.com/liuwanwei/BDBaseKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liuwanwei@gmail.com": "liuwanwei@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/liuwanwei/BDBaseKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "BDBaseKit/Classes/*.*",
23     "BDBaseKit/Classes/**/*.*"
24   ],
25   "dependencies": {
26     "AutoCoding": [
28     ],
29     "SDWebImage": [
31     ],
32     "MBProgressHUD": [
34     ],
35     "YSASIHTTPRequest": [
37     ]
38   }