| { |
| "name": "MZKit-Swift", |
| "version": "1.0.0", |
| "summary": "iOS开发工具包Swift版(By: 张明重)", |
| "description": "UIKit和Foundation的扩展", |
| "homepage": "https://gitee.com/hkh_01/MZKit-Swift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "the12306@qq.com": "the12306@qq.com" |
| }, |
| "source": { |
| "git": "https://gitee.com/hkh_01/MZKit-Swift.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "4.1.2" |
| }, |
| "subspecs": [ |
| { |
| "name": "UIKit", |
| "source_files": "MZKit-Swift/UIKit/*.swift" |
| }, |
| { |
| "name": "Foundation", |
| "source_files": "MZKit-Swift/Foundation/*.swift" |
| } |
| ] |
| } |