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