| { |
| "name": "MoeCommon", |
| "version": "0.1.2", |
| "summary": "Moe库的公用模块", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/linyanzuo/MoeCommon", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "linyanzuo1222@gmail.com": "zed@moemone.com" |
| }, |
| "source": { |
| "git": "https://github.com/linyanzuo/MoeCommon.git", |
| "tag": "0.1.2" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_versions": "5.0", |
| "subspecs": [ |
| { |
| "name": "Base", |
| "source_files": "Classes/Base/*/*", |
| "frameworks": "UIKit" |
| }, |
| { |
| "name": "Runtime", |
| "source_files": "Classes/Runtime/*", |
| "dependencies": { |
| "MoeCommon/Base": [ |
| |
| ] |
| } |
| } |
| ], |
| "swift_version": "5.0" |
| } |