| { |
| "name": "AutoInch", |
| "version": "1.3.0", |
| "summary": "优雅的iPhone 等比例/全尺寸 适配工具", |
| "homepage": "https://github.com/lixiang1994/AutoInch", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "LEE": "18611401994@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/lixiang1994/AutoInch.git", |
| "tag": "1.3.0" |
| }, |
| "source_files": "Sources/**/*.swift", |
| "requires_arc": true, |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "swift_versions": [ |
| "4.2", |
| "5.0", |
| "5.0" |
| ], |
| "swift_version": "5.0" |
| } |