[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 3 / 5 / Firebase / 2.3.3 / Firebase.podspec.json
blob586d9d60d8e43cd5dc7f79ffff121c8a460cab48
2   "name": "Firebase",
3   "version": "2.3.3",
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.\n",
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.3.3.zip"
16   },
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.7"
20   },
21   "preserve_paths": "Firebase.framework",
22   "frameworks": [
23     "CFNetwork",
24     "Security",
25     "Firebase",
26     "SystemConfiguration"
27   ],
28   "libraries": [
29     "icucore",
30     "c++"
31   ],
32   "requires_arc": true,
33   "xcconfig": {
34     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Firebase\""
35   }