blob: 7de6e9ad89095c62d421aea8cc23f096297ebf8e [file] [log] [blame]
{
"name": "GGPod",
"version": "0.1.1",
"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.1"
},
"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\""
}
}