| { |
| "name": "BlinkLauncher", |
| "version": "0.0.2", |
| "summary": "Launcher", |
| "description": "Launcher", |
| "homepage": "https://github.com/CodingForMoney/Blink", |
| "license": "MIT", |
| "authors": { |
| "CodingForMoney": "luoxianmingg@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/CodingForMoney/Blink.git", |
| "tag": "0.0.2" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Blink/Blink/**/*.swift", |
| "swift_versions": [ |
| "5.0", |
| "5.1", |
| "5.2" |
| ], |
| "dependencies": { |
| "Tether": [ |
| |
| ] |
| }, |
| "swift_version": "5.2" |
| } |