blob: cb94f7d2f0ebb3288e41f37ca5032865f2840e54 [file] [log] [blame]
{
"name": "GithubSelector",
"version": "0.0.4",
"summary": "Github API enabled file selector written in Swift.",
"description": "GithubSelector is a file browser that allows you to brows through all your repos using github API V3. You can browse any repo you have access to, private or public, yours or a fork while switching branches or selecting any historic commit you might need. Once done, file will be downloaded and passed back onto you in closure with all the info and content of your file as plain Data.",
"homepage": "https://github.com/manGoweb/GithubSelector",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ondrej Rafaj": "dev@mangoweb.cz"
},
"source": {
"git": "https://github.com/manGoweb/GithubSelector.git",
"tag": "0.0.4"
},
"social_media_url": "https://twitter.com/rafiki270",
"platforms": {
"ios": "10.1"
},
"source_files": "GithubSelector/Classes/**/*",
"dependencies": {
"SnapKit": [
"~> 3.2.0"
],
"Presentables": [
"~> 0.1.3"
],
"NBNRequestKit": [
"~> 2.0.2"
]
},
"pushed_with_swift_version": "3.1"
}