Files
GitHawk/Pods/Local Podspecs/GitHubAPI.podspec.json
2018-04-29 21:36:58 -04:00

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