mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-14 23:23:14 +08:00
* [WIP] Refactor networking to shared lib * notification models as codable and tests * default request params * break out into files * fix tests * check notification values * add milestones * add milestone response * repo notifications * refactor v3 response * refactor to support passing response to response initializer * add release fetch and model * add examples from githawk * notifications working * almost all notifications requests migrated * finish notification migration, add graphql request/response * replace issue requests * replace milestones request * fetch assignees migrated * readme fetch migrated * migrate badge request * delete unused request from client * remove paging * nearly done w/ migration * local build green * refactor gql fetches, replace mutations * build green, slim down client * strip session manager from client * everything working
29 lines
530 B
JSON
29 lines
530 B
JSON
{
|
|
"name": "GitHubAPI",
|
|
"version": "0.1.0",
|
|
"license": {
|
|
"type": "MIT"
|
|
},
|
|
"homepage": "https://github.com/rnystrom/githawk",
|
|
"authors": {
|
|
"Ryan Nystrom": "rnystrom@whoisryannystrom.com"
|
|
},
|
|
"summary": ".",
|
|
"source": {
|
|
"git": "https://github.com/rnystrom/githawk/githawk.git",
|
|
"tag": "#{s.version}"
|
|
},
|
|
"source_files": "GitHubAPI/*.swift",
|
|
"platforms": {
|
|
"ios": "10.0"
|
|
},
|
|
"dependencies": {
|
|
"Alamofire": [
|
|
"~> 4.4.0"
|
|
],
|
|
"Apollo": [
|
|
"~> 0.7.0-alpha.5"
|
|
]
|
|
}
|
|
}
|