[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / f / a / 6 / ZLCocoaKit / 1.0.0 / ZLCocoaKit.podspec.json
blobe392633f5590c4a7e7436c2061eecf144632d35d
2   "name": "ZLCocoaKit",
3   "version": "1.0.0",
4   "summary": "A short description of ZLCocoaKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/ZLKits/ZLCocoaKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "itzhaolei": "itzhaolei@foxmail.com"
13   },
14   "source": {
15     "git": "https://gitee.com/ZLKits/ZLCocoaKit.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "subspecs": [
22     {
23       "name": "StackView",
24       "platforms": {
25         "ios": "13.0"
26       },
27       "source_files": "ZLCocoaKit/Classes/StackView/*.{h,m}",
28       "dependencies": {
29         "ReactiveObjC": [
30           "3.1.1"
31         ]
32       }
33     },
34     {
35       "name": "PushToast",
36       "platforms": {
37         "ios": "13.0"
38       },
39       "source_files": "ZLCocoaKit/Classes/PushToast/*.{h,m}",
40       "dependencies": {
41         "ZLCocoaKit/StackView": [
43         ],
44         "Masonry": [
45           "1.1.0"
46         ]
47       }
48     }
49   ]