[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / f / 5 / GithubSelector / 0.0.4 / GithubSelector.podspec.json
blobcb94f7d2f0ebb3288e41f37ca5032865f2840e54
2   "name": "GithubSelector",
3   "version": "0.0.4",
4   "summary": "Github API enabled file selector written in Swift.",
5   "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.",
6   "homepage": "https://github.com/manGoweb/GithubSelector",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ondrej Rafaj": "dev@mangoweb.cz"
13   },
14   "source": {
15     "git": "https://github.com/manGoweb/GithubSelector.git",
16     "tag": "0.0.4"
17   },
18   "social_media_url": "https://twitter.com/rafiki270",
19   "platforms": {
20     "ios": "10.1"
21   },
22   "source_files": "GithubSelector/Classes/**/*",
23   "dependencies": {
24     "SnapKit": [
25       "~> 3.2.0"
26     ],
27     "Presentables": [
28       "~> 0.1.3"
29     ],
30     "NBNRequestKit": [
31       "~> 2.0.2"
32     ]
33   },
34   "pushed_with_swift_version": "3.1"