[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / b / 4 / d / BKSwiftKit / 1.2.8 / BKSwiftKit.podspec.json
blob9b52b775c6568cb7d4afbd10912f7aa68f8f4995
2   "name": "BKSwiftKit",
3   "version": "1.2.8",
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.2.8"
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   ]