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