| { |
| "name": "UCRuntimeKit", |
| "version": "1.1.2", |
| "summary": "一个runtime架构模板", |
| "description": "一个利用runtime解耦的安全mediator", |
| "homepage": "git@github.com:TryRuntime/UCRuntimeKit.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Link": "fanyang_32012@outlook.com" |
| }, |
| "source": { |
| "git": "https://github.com/TryRuntime/UCRuntimeKit.git", |
| "tag": "1.1.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "UCRuntimeKit/Classes/UCRuntimeKit.h", |
| "swift_version": "4.2", |
| "subspecs": [ |
| { |
| "name": "UCMediatorSwift", |
| "source_files": "UCRuntimeKit/Classes/UCMediatorSwift/**/*.{swift}", |
| "dependencies": { |
| "UCRuntimeKit/UCMediatorObjc": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "UCMediatorObjc", |
| "source_files": "UCRuntimeKit/Classes/UCMediatorObjc/**/*.{h,m}", |
| "dependencies": { |
| "UCRuntimeKit/Others": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "Others", |
| "source_files": "UCRuntimeKit/Classes/Others/**/*.{h,m}" |
| } |
| ] |
| } |