[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 8 / 2 / FirebaseDatabase / 5.0.3 / FirebaseDatabase.podspec.json
blob836c8c1819e6edd3176444af430007f44496aaba
2   "name": "FirebaseDatabase",
3   "version": "5.0.3",
4   "summary": "Firebase Open Source Libraries for iOS (plus community support for macOS and tvOS)",
5   "description": "Simplify your iOS development, grow your user base, and monetize more effectively with Firebase.",
6   "homepage": "https://firebase.google.com",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "Database-5.0.3"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10",
20     "tvos": "10.0"
21   },
22   "cocoapods_version": ">= 1.4.0",
23   "static_framework": true,
24   "prefix_header_file": false,
25   "source_files": [
26     "Firebase/Database/**/*.[mh]",
27     "Firebase/Database/third_party/Wrap-leveldb/APLevelDB.mm",
28     "Firebase/Database/third_party/SocketRocket/fbase64.c"
29   ],
30   "public_header_files": "Firebase/Database/Public/*.h",
31   "libraries": [
32     "c++",
33     "icucore"
34   ],
35   "frameworks": [
36     "CFNetwork",
37     "Security",
38     "SystemConfiguration"
39   ],
40   "dependencies": {
41     "leveldb-library": [
42       "~> 1.18"
43     ],
44     "FirebaseCore": [
45       "~> 5.0"
46     ]
47   },
48   "pod_target_xcconfig": {
49     "GCC_PREPROCESSOR_DEFINITIONS": "FIRDatabase_VERSION=5.0.3"
50   }