mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-06-13 17:25:52 +08:00
30 lines
548 B
JSON
30 lines
548 B
JSON
{
|
|
"name": "GitHubAPI",
|
|
"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": "#{s.version}"
|
|
},
|
|
"source_files": "GitHubAPI/*.swift",
|
|
"platforms": {
|
|
"ios": "11.0",
|
|
"watchos": "3.0"
|
|
},
|
|
"dependencies": {
|
|
"Alamofire": [
|
|
"~> 4.4.0"
|
|
],
|
|
"Apollo": [
|
|
"~> 0.8.0"
|
|
]
|
|
}
|
|
}
|