[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / 3 / 5 / Segment-Firebase / 2.7.3 / Segment-Firebase.podspec.json
blobd16af8c3c507435d1196419d80ac01dd0269692d
2   "name": "Segment-Firebase",
3   "version": "2.7.3",
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.7.3"
16   },
17   "social_media_url": "https://twitter.com/segment",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "source_files": "Segment-Firebase/Classes/**/*",
23   "default_subspecs": "Core",
24   "static_framework": true,
25   "dependencies": {
26     "Analytics": [
28     ],
29     "Firebase": [
30       "~> 7.7"
31     ],
32     "Firebase/Core": [
33       "~> 7.7"
34     ],
35     "FirebaseAnalytics": [
36       "~> 7.7"
37     ]
38   },
39   "subspecs": [
40     {
41       "name": "Core"
42     },
43     {
44       "name": "DynamicLinks",
45       "dependencies": {
46         "Firebase/DynamicLinks": [
48         ]
49       }
50     }
51   ]