[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / 6 / HKBaseKit / 0.0.2 / HKBaseKit.podspec.json
blob328c03ae18b134ee93aac04c9a3497f4dbc309b4
2   "name": "HKBaseKit",
3   "version": "0.0.2",
4   "summary": "基础库",
5   "description": "基础库",
6   "homepage": "http://www.homeking365.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Bryan": "hongjb@homeking365.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "http://gitlab.homeking365.com/mobile/app-staff-ios-component/staff-libs.git",
20     "tag": "0.0.2"
21   },
22   "subspecs": [
23     {
24       "name": "HKCrypto",
25       "source_files": "HKCrypto/*.{swift}",
26       "dependencies": {
27         "SwiftyRSA": [
29         ]
30       }
31     },
32     {
33       "name": "HKHTTPBase",
34       "source_files": "HKHTTPBase/*.{swift}",
35       "dependencies": {
36         "Alamofire": [
37           "~> 4.8.1"
38         ],
39         "SwiftyJSON": [
40           "~> 4.0.0"
41         ]
42       }
43     },
44     {
45       "name": "HKJSONBase",
46       "source_files": "HKJSONBase/*.{swift}",
47       "dependencies": {
48         "HandyJSON": [
50         ],
51         "SwiftyJSON": [
52           "~> 4.0.0"
53         ]
54       }
55     },
56     {
57       "name": "HKHelper",
58       "source_files": "HKHelper/*.{swift}"
59     },
60     {
61       "name": "HKDatabase",
62       "source_files": "HKDatabase/*.{swift}",
63       "dependencies": {
64         "HWCDB.swift": [
66         ],
67         "HKBaseKit/HKJSONBase": [
69         ],
70         "HKBaseKit/HKHelper": [
72         ]
73       }
74     }
75   ]