| { |
| "name": "ZZBaseKit", |
| "version": "0.2.7", |
| "summary": "方便使用的基础库", |
| "description": "把常用的方法做了一个整合,形成一个方便使用的基础库", |
| "homepage": "https://github.com/liguoliangiOS/ZZBaseKit", |
| "license": { |
| "type": "MIT", |
| "text": " Copyright © 2019 ZZBaseKit\n All rights reserved.\n" |
| }, |
| "authors": "liguoliang", |
| "source": { |
| "git": "https://github.com/liguoliangiOS/ZZBaseKit.git", |
| "tag": "0.2.7" |
| }, |
| "swift_versions": "5.0", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "swift_version": "5.0", |
| "subspecs": [ |
| { |
| "name": "Defines", |
| "source_files": "ZZBaseKit/BaseKit/Defines" |
| }, |
| { |
| "name": "Extensions", |
| "source_files": "ZZBaseKit/BaseKit/Extensions" |
| }, |
| { |
| "name": "Tools", |
| "source_files": "ZZBaseKit/BaseKit/Tools" |
| }, |
| { |
| "name": "DeviceInfo", |
| "source_files": "ZZBaseKit/BaseKit/DeviceInfo" |
| }, |
| { |
| "name": "KeyChain", |
| "source_files": "ZZBaseKit/BaseKit/KeyChain" |
| }, |
| { |
| "name": "CryptManager", |
| "source_files": "ZZBaseKit/BaseKit/CryptManager" |
| }, |
| { |
| "name": "Component", |
| "dependencies": { |
| "ZZBaseKit/Defines": [ |
| |
| ], |
| "ZZBaseKit/Extensions": [ |
| |
| ], |
| "ZZBaseKit/Tools": [ |
| |
| ], |
| "ZZBaseKit/DeviceInfo": [ |
| |
| ], |
| "ZZBaseKit/KeyChain": [ |
| |
| ] |
| }, |
| "source_files": "ZZBaseKit/BaseKit/Component" |
| } |
| ] |
| } |