[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / 6 / HKBaseKit / 0.0.5 / HKBaseKit.podspec.json
blob484ac466726678a931d376d01058df6b43793d6a
2   "name": "HKBaseKit",
3   "version": "0.0.5",
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.5"
21   },
22   "subspecs": [
23     {
24       "name": "HKHelper",
25       "source_files": "HKHelper/*.{swift}"
26     },
27     {
28       "name": "HKDeviceInfo",
29       "source_files": "HKDeviceInfo/*.{swift}"
30     },
31     {
32       "name": "HKUIHelper",
33       "source_files": "HKUIHelper/*.{swift}"
34     },
35     {
36       "name": "HKCrypto",
37       "source_files": "HKCrypto/*.{swift}",
38       "dependencies": {
39         "SwiftyRSA": [
41         ]
42       }
43     },
44     {
45       "name": "HKHTTPBase",
46       "source_files": "HKHTTPBase/*.{swift}",
47       "dependencies": {
48         "Alamofire": [
49           "~> 4.8.1"
50         ],
51         "SwiftyJSON": [
52           "~> 4.0.0"
53         ]
54       }
55     },
56     {
57       "name": "HKJSONBase",
58       "source_files": "HKJSONBase/*.{swift}",
59       "dependencies": {
60         "HandyJSON": [
62         ],
63         "SwiftyJSON": [
64           "~> 4.0.0"
65         ]
66       }
67     },
68     {
69       "name": "HKDatabase",
70       "source_files": "HKDatabase/*.{swift}",
71       "dependencies": {
72         "HWCDB.swift": [
74         ],
75         "HKBaseKit/HKJSONBase": [
77         ],
78         "HKBaseKit/HKHelper": [
80         ]
81       }
82     },
83     {
84       "name": "HKBaseModel",
85       "source_files": "HKBaseModel/*.{swift}"
86     }
87   ]