[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / 5 / 2 / GGPod / 0.1.1 / GGPod.podspec.json
blob7de6e9ad89095c62d421aea8cc23f096297ebf8e
2   "name": "GGPod",
3   "version": "0.1.1",
4   "summary": "A short description of GGPod.",
5   "description": "Simple GG plugin for personal use",
6   "homepage": "https://github.com/tthufo/GGPod",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tthufo": "tthufo@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tthufo/GGPod.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "GGPod/Classes",
22   "public_header_files": "GGPod/Classes/*.h",
23   "static_framework": true,
24   "dependencies": {
25     "GoogleSignIn": [
26       "~> 4.1"
27     ],
28     "SVProgressHUD": [
30     ]
31   },
32   "pod_target_xcconfig": {
33     "OTHER_LDFLAGS": "$(inherited) -framework \"GoogleSignIn\"",
34     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
35     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/GoogleSignIn/Frameworks\""
36   }