[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / f / 5 / GithubSelector / 0.4.1 / GithubSelector.podspec.json
blob9d41850f6613b63f7d2a5b58c9b51845a3d8e854
2   "name": "GithubSelector",
3   "version": "0.4.1",
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.4.1"
17   },
18   "social_media_url": "https://twitter.com/rafiki270",
19   "platforms": {
20     "ios": "10.3"
21   },
22   "source_files": "GithubSelector/Classes/**/*",
23   "dependencies": {
24     "SnapKit": [
25       "~> 4.0.0"
26     ],
27     "Presentables": [
28       "~> 0.4.3"
29     ],
30     "NBNRequestKit": [
31       "~> 2.0.2"
32     ]
33   }