[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 3 / 5 / FirebaseOSX / 2.4.1 / FirebaseOSX.podspec.json
blobb0167c1555567b6df93fa6bb96ec737f3b3b1588
2   "name": "FirebaseOSX",
3   "module_name": "Firebase",
4   "version": "2.4.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.4.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": "libFirebase.a",
28   "prepare_command": "touch Empty.m && cp Firebase.framework/Firebase libFirebase.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"