From 2194c5c083c504cfd3f3d1df0b6ee6be2c346fc4 Mon Sep 17 00:00:00 2001 From: Michael Rademaker Date: Tue, 12 Feb 2019 11:26:16 -0500 Subject: [PATCH] [Add] ORLib 1.2.1 --- Specs/9/6/1/ORLib/1.2.1/ORLib.podspec.json | 45 ++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create 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 new file mode 100644 index 000000000000..930cfd3fcee8 --- /dev/null +++ b/Specs/9/6/1/ORLib/1.2.1/ORLib.podspec.json @@ -0,0 +1,45 @@ +{ + "name": "ORLib", + "platforms": { + "ios": "10" + }, + "pod_target_xcconfig": { + "OTHER_LDFLAGS": "$(inherited) -ObjC", + "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