blob: 9d0d7e669f4dde5e4f9e653296d4b7f4fd80a52f [file] [log] [blame]
{
"name": "FirePush",
"version": "0.1.3",
"summary": "A short description of FirePush.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/tthufo/FirePush",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tthufo": "tthufo@gmail.com"
},
"source": {
"git": "https://github.com/tthufo/FirePush.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FirePush/Classes",
"public_header_files": "FirePush/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\""
}
}