| { |
| "name": "Chalk", |
| "version": "0.1.3", |
| "summary": "Expressive styling on terminal string. (chalk for swift)", |
| "homepage": "https://github.com/luoxiu/Chalk", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "luoxiu": "luoxiustm@gmail.com" |
| }, |
| "platforms": { |
| "ios": "10.0", |
| "osx": "10.12", |
| "tvos": "10.0", |
| "watchos": "3.0" |
| }, |
| "swift_versions": "5.0", |
| "source": { |
| "git": "https://github.com/luoxiu/Chalk.git", |
| "tag": "0.1.3" |
| }, |
| "source_files": "Sources/Chalk/**/*.swift", |
| "dependencies": { |
| "RainbowPod": [ |
| "~> 0.1.0" |
| ] |
| }, |
| "swift_version": "5.0" |
| } |