blob: 38da005dc6d736b64ee72a87250101ffc0c4f065 [file] [log] [blame]
{
"name": "GithubAPI",
"version": "0.0.6",
"summary": "Swift implementation of Github REST api v3",
"description": "Swift implementation of Github REST api v3. Library support swift 4.0. Work is in progress. Currently supported: Issues, Notification, Repositories, Search, and User API's.",
"homepage": "https://github.com/serhii-londar/GithubAPI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Serhii Londar": "serhii.londar@gmail.com"
},
"source": {
"git": "https://github.com/serhii-londar/GithubAPI.git",
"tag": "0.0.6"
},
"social_media_url": "https://twitter.com/serhii_londar",
"platforms": {
"ios": "9.0"
},
"source_files": "GithubAPI/Classes/**/*",
"frameworks": "Foundation",
"dependencies": {
"BaseAPI": [
]
}
}