[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / a / 5 / UCRuntimeKit / 1.1.1 / UCRuntimeKit.podspec.json
blob381209b1708df4025cbe1e96d0396fc7c3b0c6c5
2   "name": "UCRuntimeKit",
3   "version": "1.1.1",
4   "summary": "一个runtime架构模板",
5   "description": "一个利用runtime解耦的安全mediator",
6   "homepage": "git@github.com:TryRuntime/UCRuntimeKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Link": "fanyang_32012@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/TryRuntime/UCRuntimeKit.git",
16     "tag": "1.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "UCRuntimeKit/Classes/UCRuntimeKit.h",
22   "swift_version": "4.2",
23   "subspecs": [
24     {
25       "name": "UCMediatorSwift",
26       "source_files": "UCRuntimeKit/Classes/UCMediatorSwift/**/*.{swift}",
27       "dependencies": {
28         "UCRuntimeKit/UCMediatorObjc": [
30         ]
31       }
32     },
33     {
34       "name": "UCMediatorObjc",
35       "source_files": "UCRuntimeKit/Classes/UCMediatorObjc/**/*.{h,m}",
36       "dependencies": {
37         "UCRuntimeKit/Others": [
39         ]
40       }
41     },
42     {
43       "name": "Others",
44       "source_files": "UCRuntimeKit/Classes/Others/**/*.{h,m}"
45     }
46   ]