Files
GitHawk/Pods/Local Podspecs/GitHubAPI.podspec.json
Ryan Nystrom 45335eb4a0 [WIP] Refactor networking to shared lib (#1602)
* [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
2018-03-04 21:35:36 -05:00

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"
]
}
}