[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / e / a / 5 / UCRuntimeKit / 1.0.1 / UCRuntimeKit.podspec.json
blobe5315a96c7a6882adb2fe1e8b3ac471027216224
2   "name": "UCRuntimeKit",
3   "version": "1.0.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.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "UCRuntimeKit/Classes/UCRuntimeKit.h",
22   "subspecs": [
23     {
24       "name": "UCMediatorObjc",
25       "source_files": "UCRuntimeKit/Classes/UCMediatorObjc/**/*.{h,m}",
26       "dependencies": {
27         "UCRuntimeKit/Others": [
29         ]
30       }
31     },
32     {
33       "name": "Others",
34       "source_files": "UCRuntimeKit/Classes/Others/**/*.{h,m}"
35     }
36   ]