[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 3 / 5 / Firebase / 2.4.0 / Firebase.podspec.json
blob0786f601bb68e4066156586bd83919692ec7406f
2   "name": "Firebase",
3   "version": "2.4.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.4.0.zip"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "vendored_frameworks": "Firebase.framework",
21   "frameworks": [
22     "CFNetwork",
23     "Security",
24     "Firebase",
25     "SystemConfiguration"
26   ],
27   "libraries": [
28     "icucore",
29     "c++"
30   ],
31   "requires_arc": true,
32   "xcconfig": {
33     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Firebase\""
34   }