[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 3 / 5 / Segment-Firebase / 2.2.0 / Segment-Firebase.podspec.json
blob086c0c9e454d0cbbb8c989bddb212d8ebd3e9b47
2   "name": "Segment-Firebase",
3   "version": "2.2.0",
4   "summary": "Firebase Integration for Segment's analytics-ios library.",
5   "description": "Analytics for iOS provides a single API that lets you\nintegrate with over 100s of tools.\n\nThis is the Firebase integration for the iOS library.",
6   "homepage": "http://segment.com/",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Segment": "friends@segment.com"
12   },
13   "source": {
14     "git": "https://github.com/segment-integrations/analytics-ios-integration-firebase.git",
15     "tag": "2.2.0"
16   },
17   "social_media_url": "https://twitter.com/segment",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "Segment-Firebase/Classes/**/*",
23   "default_subspecs": "Core",
24   "dependencies": {
25     "Analytics": [
26       "~> 3.2"
27     ],
28     "Firebase/Core": [
29       "~> 4.0"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Core"
35     },
36     {
37       "name": "DynamicLinks",
38       "dependencies": {
39         "Firebase/DynamicLinks": [
40           "~> 4.0"
41         ]
42       }
43     },
44     {
45       "name": "StaticLibWorkaround",
46       "preserve_paths": "Segment-Firebase/Classes/**/*"
47     }
48   ]