[Add] BoreyAdSDK 0.0.6
[CocoaPods.git] / Specs / 8 / 3 / 5 / FirebaseOSX / 2.5.1 / FirebaseOSX.podspec.json
blob09e07d1fb8fc7898b97588b5ee6bc3a3289a3be1
2   "name": "FirebaseOSX",
3   "module_name": "Firebase",
4   "version": "2.5.1",
5   "summary": "The official OSX client library for Firebase.",
6   "description": "This is the official OSX client library for Firebase. Build extraordinary native OSX apps in minutes with Firebase. The Firebase platform can power your app’s backend, user authentication, static hosting, and more.",
7   "homepage": "https://www.firebase.com/",
8   "license": {
9     "type": "Commercial",
10     "text": "https://www.firebase.com/terms/terms-of-service.html"
11   },
12   "authors": {
13     "Firebase": "support@firebase.com"
14   },
15   "source": {
16     "http": "https://cdn.firebase.com/ObjC/FirebaseOSX.framework-2.5.1.zip"
17   },
18   "platforms": {
19     "osx": "10.10"
20   },
21   "source_files": [
22     "Empty.m",
23     "*.h"
24   ],
25   "public_header_files": "*.h",
26   "preserve_paths": "Firebase.framework/Firebase",
27   "vendored_libraries": "libFirebaseStatic.a",
28   "prepare_command": "touch Empty.m && cp Firebase.framework/Firebase libFirebaseStatic.a && cp Firebase.framework/Headers/* .",
29   "frameworks": [
30     "CFNetwork",
31     "Security",
32     "SystemConfiguration"
33   ],
34   "libraries": [
35     "icucore",
36     "c++"
37   ],
38   "requires_arc": true,
39   "xcconfig": {
40     "OTHER_LDFLAGS": "-ObjC"
41   },
42   "deprecated_in_favor_of": "FirebaseDatabase"