blob: e4316df96e5e931b846ca6b73a4749002b3c4136 [file] [log] [blame]
{
"name": "GithubPilot",
"platforms": {
"ios": "8.0"
},
"version": "1.0.2",
"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.0.2"
},
"source_files": "Sources/**/*.*",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 3.0"
]
},
"frameworks": "UIKit"
}