[Delete] ORLib 1.1.1
[CocoaPods.git] / Specs / 9 / 6 / 1 / ORLib / 1.1.0 / ORLib.podspec.json
blob22b26b3a1fe289940d4ae9640ecaf1197b2b79af
2   "name": "ORLib",
3   "platforms": {
4     "ios": "10"
5   },
6   "pod_target_xcconfig": {
7     "OTHER_LDFLAGS": "$(inherited) -framework \"FirebaseCore\" -framework \"FirebaseMessaging\"",
8     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
9     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/FirebaseCore/Frameworks\" \"${PODS_ROOT}/FirebaseMessaging/Frameworks\""
10   },
11   "swift_version": "4.1",
12   "summary": "The OpenRemote library to create console apps.",
13   "requires_arc": true,
14   "version": "1.1.0",
15   "authors": "OpenRemote",
16   "homepage": "http://www.openremote.io",
17   "source": {
18     "git": "https://github.com/openremote/openremote.git",
19     "tag": "cocoapod1.1.0"
20   },
21   "dependencies": {
22     "Firebase/Core": [
23       "4.6.0"
24     ],
25     "Firebase/Messaging": [
26       "4.6.0"
27     ]
28   },
29   "source_files": [
30     "console/iOS/ORLib/ORLib/*.{swift}",
31     "console/iOS/ORLib/ORLib/ConsoleProviders/*.{swift}"
32   ],
33   "license": {
34     "type": "MIT",
35     "file": "console/iOS/ORLib/LICENSE"
36   }