From 91601b3a3270d203047116c6352c63b56e59a308 Mon Sep 17 00:00:00 2001 From: Michael Rademaker Date: Mon, 15 Jul 2019 09:42:48 -0400 Subject: [PATCH] [Delete] ORLib 1.1.2 --- Specs/9/6/1/ORLib/1.1.2/ORLib.podspec.json | 34 ------------------------------ 1 file changed, 34 deletions(-) delete mode 100644 Specs/9/6/1/ORLib/1.1.2/ORLib.podspec.json diff --git a/Specs/9/6/1/ORLib/1.1.2/ORLib.podspec.json b/Specs/9/6/1/ORLib/1.1.2/ORLib.podspec.json deleted file mode 100644 index 9ba75fc4ce1f..000000000000 --- a/Specs/9/6/1/ORLib/1.1.2/ORLib.podspec.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "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.2", - "authors": "OpenRemote", - "homepage": "http://www.openremote.io", - "source": { - "git": "https://github.com/openremote/openremote.git", - "tag": "cocoapod1.1.2" - }, - "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" - } -} -- 2.11.4.GIT