[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / 4 / b / DTGoogleAuth / 0.2.0 / DTGoogleAuth.podspec.json
blob4940b4d223f123f1ee99947eccbbe1934ad497cd
2   "name": "DTGoogleAuth",
3   "version": "0.2.0",
4   "summary": "Simple authentication with google credentials",
5   "homepage": "https://github.com/dtorres/DTGoogleAuth",
6   "license": "MIT",
7   "authors": {
8     "Diego Torres": "contact@dtorres.me"
9   },
10   "source": {
11     "git": "https://github.com/dtorres/DTGoogleAuth.git",
12     "tag": "0.2.0"
13   },
14   "social_media_url": "https://twitter.com/dtorres",
15   "default_subspecs": "Core",
16   "subspecs": [
17     {
18       "name": "Core",
19       "platforms": {
20         "ios": "8.0",
21         "osx": "10.10"
22       },
23       "osx": {
24         "source_files": "Classes/DTGoogleAuth.{h,m}"
25       },
26       "ios": {
27         "source_files": "Classes/*.{h,m}",
28         "private_header_files": "Classes/DTSafariViewController.h",
29         "weak_frameworks": [
30           "WebKit",
31           "SafariServices"
32         ]
33       },
34       "frameworks": "Accounts"
35     },
36     {
37       "name": "NoNSURLQueryItems",
38       "platforms": {
39         "ios": "7.0",
40         "osx": "10.9"
41       },
42       "dependencies": {
43         "CMDQueryStringSerialization": [
45         ]
46       },
47       "osx": {
48         "source_files": "Classes/DTGoogleAuth.{h,m}"
49       },
50       "ios": {
51         "source_files": "Classes/*.{h,m}",
52         "private_header_files": "Classes/DTSafariViewController.h",
53         "weak_frameworks": [
54           "WebKit",
55           "SafariServices"
56         ]
57       },
58       "frameworks": "Accounts"
59     }
60   ]