blob: d5ab8c06b8d3275e47cb86733bb97564e37eac81 [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\""
},
"summary": "The OpenRemote library to create console apps.",
"requires_arc": true,
"version": "1.0.3",
"authors": "OpenRemote",
"homepage": "http://www.openremote.com/community/",
"source": {
"git": "https://github.com/openremote/openremote.git",
"tag": "cocoapod1.0.3"
},
"dependencies": {
"Firebase/Core": [
"4.6.0"
],
"Firebase/Messaging": [
"4.6.0"
]
},
"source_files": "console/iOS/ORLib/ORLib/*.{swift}",
"license": {
"type": "MIT",
"file": "console/iOS/ORLib/LICENSE"
},
"pushed_with_swift_version": "echo \"4.0\" >> .swift-version"
}