[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 3 / 5 / Firebase / 2.5.0 / Firebase.podspec.json
blob84611a5b8de1dbd4b22e04ca4e09bbf51b9a15c2
2   "name": "Firebase",
3   "version": "2.5.0",
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.0.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   }