[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 3 / 5 / Segment-Firebase / 1.0.0-alpha / Segment-Firebase.podspec.json
blob9297a0484301c4fdf9873297450ce7fe17508d71
2   "name": "Segment-Firebase",
3   "version": "1.0.0-alpha",
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": "1.0.0-alpha"
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       "~> 3.3.0"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Core"
35     },
36     {
37       "name": "DynamicLinks",
38       "dependencies": {
39         "Firebase/DynamicLinks": [
40           "~> 3.3.0"
41         ]
42       }
43     },
44     {
45       "name": "AppIndexing",
46       "dependencies": {
47         "Firebase/AppIndexing": [
48           "~> 3.3.0"
49         ]
50       }
51     }
52   ]