[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 1 / b / GoogleDriveBrowser / 0.1.1 / GoogleDriveBrowser.podspec.json
blob0d5da4f2717498b890727934d7b0205e6b2d07f8
2   "name": "GoogleDriveBrowser",
3   "version": "0.1.1",
4   "summary": "Google Drive Browse and Download file (Objective C and Swift)",
5   "description": "GoogleDriveBrowser provides a simple and effective way to browse, and download files using the Google Drive  and SDK. In a few minutes you can install Google Drive Browser But you have to configure google credential first.\n.There is a default query for fetching file but you may customise your query . You may open your file with browser(safari) .",
6   "homepage": "https://github.com/sourov2008/GoogleDriveBrowser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Shourob Datta": "sourovsuet@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/sourov2008/GoogleDriveBrowser.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GoogleDriveBrowser/Classes/**/*",
22   "static_framework": true,
23   "dependencies": {
24     "GoogleAPIClientForREST/Drive": [
25       "~> 1.2.1"
26     ],
27     "Google/SignIn": [
28       "~> 3.0.3"
29     ]
30   },
31   "resources": "Resources/**/*",
32   "public_header_files": "GoogleDriveBrowser/Classes/SDGDTableViewController.h"