blob: 03e99c68aa7202d697bc46c5cec452ab4395fca1 [file] [log] [blame]
{
"name": "GGPod",
"version": "0.1.2",
"summary": "A short description of GGPod.",
"description": "Simple GG plugin for personal use",
"homepage": "https://github.com/tthufo/GGPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tthufo": "tthufo@gmail.com"
},
"source": {
"git": "https://github.com/tthufo/GGPod.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "GGPod/Classes",
"public_header_files": "GGPod/Classes/*.h",
"static_framework": true,
"dependencies": {
"GoogleSignIn": [
"~> 4.1"
],
"SVProgressHUD": [
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -framework \"GoogleSignIn\"",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/GoogleSignIn/Frameworks\""
}
}