blob: be165329aae42b7e3008f98caf3e023c5cf00b9a [file] [log] [blame]
{
"name": "ORLib",
"platforms": {
"ios": "10"
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -framework \"FirebaseCore\" -framework \"FirebaseMessaging\"",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/FirebaseCore/Frameworks\" \"${PODS_ROOT}/FirebaseMessaging/Frameworks\""
},
"swift_version": "4.1",
"summary": "The OpenRemote library to create console apps.",
"requires_arc": true,
"version": "1.1.6",
"authors": "OpenRemote",
"homepage": "http://www.openremote.io",
"source": {
"git": "https://github.com/openremote/openremote.git",
"tag": "cocoapod1.1.6"
},
"dependencies": {
"Firebase/Core": [
"4.6.0"
],
"Firebase/Messaging": [
"4.6.0"
]
},
"source_files": "console/iOS/ORLib/**/*.{swift}",
"license": {
"type": "MIT",
"file": "console/iOS/ORLib/LICENSE"
}
}