From 21526dcc468e0344c4f0d0298b63b6ce23731a3f Mon Sep 17 00:00:00 2001 From: Michael Rademaker Date: Mon, 25 Feb 2019 11:05:06 -0500 Subject: [PATCH] [Delete] ORLib 1.2.1 --- Specs/9/6/1/ORLib/1.2.1/ORLib.podspec.json | 45 ------------------------------ 1 file changed, 45 deletions(-) delete mode 100644 Specs/9/6/1/ORLib/1.2.1/ORLib.podspec.json diff --git a/Specs/9/6/1/ORLib/1.2.1/ORLib.podspec.json b/Specs/9/6/1/ORLib/1.2.1/ORLib.podspec.json deleted file mode 100644 index 46e1f2859792..000000000000 --- a/Specs/9/6/1/ORLib/1.2.1/ORLib.podspec.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "ORLib", - "platforms": { - "ios": "10" - }, - "pod_target_xcconfig": { - "OTHER_LDFLAGS": "$(inherited) -ObjC -framework \"FirebaseCore\" -framework \"FirebaseInstanceID\" -framework \"FirebaseMessaging\" -framework \"Protobuf\"", - "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES", - "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/FirebaseCore/Frameworks $(PODS_ROOT)/FirebaseInstanceID/Frameworks $(PODS_ROOT)/FirebaseMessaging/Frameworks" - }, - "swift_version": "4.1", - "summary": "The OpenRemote library to create console apps.", - "requires_arc": true, - "version": "1.2.1", - "authors": "OpenRemote", - "homepage": "http://www.openremote.io", - "source": { - "git": "https://github.com/openremote/openremote.git", - "tag": "cocoapod1.2.1" - }, - "frameworks": [ - "Foundation", - "FirebaseCore", - "FirebaseInstanceID", - "FirebaseMessaging" - ], - "libraries": [ - "c++", - "sqlite3", - "z" - ], - "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