blob: 97a2cc14ab9428684710f85276bc550d211d886e [file] [log] [blame]
{
"name": "FireBasePod",
"version": "0.1.1",
"summary": "A short description of FireBasePod.",
"description": "Simple FireBase plugin for personal use",
"homepage": "https://github.com/tthufo/FireBasePod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tthufo": "tthufo@gmail.com"
},
"source": {
"git": "https://github.com/tthufo/FireBasePod.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "FireBasePod/Classes",
"public_header_files": "FireBasePod/Classes/*.h",
"static_framework": true,
"dependencies": {
"Firebase/Core": [
],
"Firebase/Messaging": [
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -framework \"FirebaseCore\" -framework \"FirebaseMessaging\" -framework \"FirebaseInstanceID\"",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/FirebaseCore/Frameworks\" \"${PODS_ROOT}/FirebaseMessaging/Frameworks\" \"${PODS_ROOT}/FirebaseInstanceID/Frameworks\""
}
}