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