[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / 4 / b / DTGoogleAuth / 0.1.0 / DTGoogleAuth.podspec.json
blobb15fde1029ec968dd67048355d210d06c0f792af
2   "name": "DTGoogleAuth",
3   "version": "0.1.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.1.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       "source_files": "Classes/*.{h,m}",
24       "frameworks": "Accounts"
25     },
26     {
27       "name": "NoNSURLQueryItems",
28       "platforms": {
29         "ios": "7.0",
30         "osx": "10.9"
31       },
32       "dependencies": {
33         "CMDQueryStringSerialization": [
35         ]
36       },
37       "source_files": "Classes/*.{h,m}",
38       "frameworks": "Accounts"
39     }
40   ]