mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-06-13 17:25:52 +08:00
22 lines
448 B
JSON
22 lines
448 B
JSON
{
|
|
"name": "Squawk",
|
|
"version": "0.1.0",
|
|
"license": {
|
|
"type": "MIT"
|
|
},
|
|
"homepage": "https://github.com/GitHawkApp/Squawk",
|
|
"authors": {
|
|
"Ryan Nystrom": "rnystrom@whoisryannystrom.com"
|
|
},
|
|
"summary": "Quick & interactive alerts.",
|
|
"source": {
|
|
"git": "https://github.com/GitHawkApp/Squawk.git",
|
|
"tag": "0.1.0"
|
|
},
|
|
"source_files": "Source/*.swift",
|
|
"platforms": {
|
|
"ios": "11.0"
|
|
},
|
|
"swift_version": "4.0"
|
|
}
|