mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-06-13 17:25:52 +08:00
22 lines
442 B
JSON
22 lines
442 B
JSON
{
|
|
"name": "GitHubSession",
|
|
"version": "0.1.0",
|
|
"license": {
|
|
"type": "MIT"
|
|
},
|
|
"homepage": "https://github.com/GitHawkApp/githawk",
|
|
"authors": {
|
|
"Ryan Nystrom": "rnystrom@whoisryannystrom.com"
|
|
},
|
|
"summary": ".",
|
|
"source": {
|
|
"git": "https://github.com/GitHawkApp/githawk/githawk.git",
|
|
"tag": "0.1.0"
|
|
},
|
|
"source_files": "GitHubSession/*.swift",
|
|
"platforms": {
|
|
"ios": "11.0",
|
|
"watchos": "3.0"
|
|
}
|
|
}
|