[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 3 / 5 / Firebase / 2.3.1 / Firebase.podspec.json
blob0423ce4ee1123d55067ad5a35443438327759e9e
2   "name": "Firebase",
3   "version": "2.3.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.\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.1.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     "OTHER_LDFLAGS": "-ObjC",
35     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Firebase\""
36   }