[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 4 / d / BKSwiftKit / 1.3.2 / BKSwiftKit.podspec.json
blob3240a7045a18ba3249741c2c445adebd1f527e29
2   "name": "BKSwiftKit",
3   "version": "1.3.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "定义Swift一些基本方法和拓展",
9   "homepage": "https://github.com/ZhaoBingDong/BKSwiftKit",
10   "authors": {
11     "ZhaoBingDong": "dongzhaobing@bayekeji.com"
12   },
13   "source": {
14     "git": "https://github.com/ZhaoBingDong/BKSwiftKit.git",
15     "tag": "1.3.2"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "BKSwiftKit/SKSwiftKit.swift",
21   "requires_arc": true,
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "SKCategorys",
26       "source_files": "BKSwiftKit/SKCategorys/**/*"
27     },
28     {
29       "name": "SKNetwork",
30       "source_files": "BKSwiftKit/SKNetwork/**/*",
31       "dependencies": {
32         "Alamofire": [
34         ]
35       }
36     },
37     {
38       "name": "SKHUD",
39       "source_files": "BKSwiftKit/SKHUD/**/*"
40     },
41     {
42       "name": "Tools",
43       "source_files": "BKSwiftKit/Tool/**/*"
44     }
45   ]