[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / 3 / 5 / Segment-Firebase / 2.3.0 / Segment-Firebase.podspec.json
blobbfaf58b24138d1e0e9fc7527236cec841aff85a2
2   "name": "Segment-Firebase",
3   "version": "2.3.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.3.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   "static_framework": true,
25   "dependencies": {
26     "Analytics": [
27       "~> 3.2"
28     ],
29     "Firebase/Core": [
30       "~> 4.0"
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "Core"
36     },
37     {
38       "name": "DynamicLinks",
39       "dependencies": {
40         "Firebase/DynamicLinks": [
41           "~> 4.0"
42         ]
43       }
44     }
45   ]