This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
podspec.sample1.json
51 lines (51 loc) · 1.69 KB
/
podspec.sample1.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "FirebaseInvites",
"version": "1.2.2",
"summary": "Firebase Invites for iOS",
"description": "Firebase Invites provide a powerful way to organically grow your app, user-to-user. Your users recommend your app to their friends using personalized, contextual invitations powered by Google.",
"homepage": "https://firebase.google.com",
"license": {
"text": "Copyright 2016 Google",
"type": "Copyright"
},
"authors": "Google, Inc.",
"platforms": {
"ios": "7.0"
},
"source": {
"http": "https://dl.google.com/dl/cpdc/eff8dce84b572651/FirebaseInvites-1.2.2.tar.gz"
},
"vendored_frameworks": [
"Frameworks/frameworks/FirebaseInvites.framework"
],
"resources": [
"Frameworks/frameworks/FirebaseInvites.framework/Resources/GINInviteResources.bundle",
"Frameworks/frameworks/FirebaseInvites.framework/Resources/GPPACLPickerResources.bundle",
"Resources/frameworks/FirebaseInvites.framework/Resources/GINInviteResources.bundle",
"Resources/frameworks/FirebaseInvites.framework/Resources/GPPACLPickerResources.bundle"
],
"frameworks": [
"AddressBook",
"AssetsLibrary",
"CoreMotion",
"MessageUI",
"QuartzCore"
],
"libraries": [
"c++"
],
"dependencies": {
"FirebaseAnalytics": "~> 3.4",
"FirebaseDynamicLinks": "~> 1.3",
"GoogleParsingUtilities": "~> 1.1",
"GooglePlusUtilities": "~> 1.1",
"GoogleSignIn": "~> 4.0",
"GoogleAppUtilities": "~> 1.1",
"GTMOAuth2": "~> 1.0",
"GTMSessionFetcher/Core": "~> 1.1",
"GoogleToolboxForMac/Logger": "~> 2.1",
"GoogleToolboxForMac/StringEncoding": "~> 2.1",
"GoogleToolboxForMac/URLBuilder": "~> 2.1",
"GoogleInterchangeUtilities": "~> 1.2"
}
}