blob: 8cd0370eca6c2fe3eed2832f971c2fab7f25e2b3 [file] [log] [blame]
{
"name": "GithubPilot",
"platforms": {
"ios": "9.0"
},
"version": "1.1.8",
"summary": "Github API V3 Swifty Wrapper",
"description": "A swift implementaion of Github API V3, make query to Github easier.",
"homepage": "https://github.com/jindulys/GithubPilot",
"license": {
"type": "MIT",
"file": "LICENCE"
},
"authors": {
"yansong li": "liyansong.edw@gmail.com"
},
"source": {
"git": "https://github.com/jindulys/GithubPilot.git",
"tag": "1.1.8"
},
"source_files": "Sources/**/*.*",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.0.0"
]
},
"ios": {
"frameworks": "UIKit"
}
}