[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / 4 / b / DTGoogleAuth / 0.3.0 / DTGoogleAuth.podspec.json
blob88538ba3d62d5e59b28a8e1d2cc33d4918fa0c6a
2   "name": "DTGoogleAuth",
3   "version": "0.3.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.3.0"
13   },
14   "social_media_url": "https://twitter.com/dtorres",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "platforms": {
24         "ios": "8.0",
25         "osx": "10.10"
26       },
27       "osx": {
28         "source_files": "Classes/DTGoogleAuth.{h,m}"
29       },
30       "ios": {
31         "source_files": "Classes/*.{h,m}",
32         "private_header_files": "Classes/DTSafariViewController.h",
33         "weak_frameworks": [
34           "WebKit",
35           "SafariServices"
36         ]
37       },
38       "frameworks": "Accounts"
39     },
40     {
41       "name": "NoNSURLQueryItems",
42       "platforms": {
43         "ios": "7.0",
44         "osx": "10.9"
45       },
46       "dependencies": {
47         "CMDQueryStringSerialization": [
49         ]
50       },
51       "osx": {
52         "source_files": "Classes/DTGoogleAuth.{h,m}"
53       },
54       "ios": {
55         "source_files": "Classes/*.{h,m}",
56         "private_header_files": "Classes/DTSafariViewController.h",
57         "weak_frameworks": [
58           "WebKit",
59           "SafariServices"
60         ]
61       },
62       "frameworks": "Accounts"
63     }
64   ]