[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / 3 / 5 / Firebase / 2.3.0 / Firebase.podspec.json
blob9a8d139ef7cad62d3de48ff64c7439bd9702b5c0
2   "name": "Firebase",
3   "version": "2.3.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.\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.0.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   }