Skip to content

Commit 1622634

Browse files
committed
first commit
1 parent 96e1d16 commit 1622634

21 files changed

+2729
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ playground.xcworkspace
4545
# you should judge for yourself, the pros and cons are mentioned at:
4646
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
4747
#
48-
# Pods/
48+
Pods/
4949

5050
# Carthage
5151
#
5252
# Add this line if you want to avoid checking in source code from Carthage dependencies.
53-
# Carthage/Checkouts
53+
Carthage/Checkouts
5454

5555
Carthage/Build
5656

Podfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Uncomment the next line to define a global platform for your project
2+
# platform :ios, '9.0'
3+
4+
target 'Pring' do
5+
use_frameworks!
6+
7+
pod 'Firebase/Core'
8+
pod 'Firebase/Firestore'
9+
pod 'Firebase/Storage'
10+
11+
target 'PringTests' do
12+
inherit! :search_paths
13+
# Pods for testing
14+
end
15+
end

Podfile.lock

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
PODS:
2+
- BoringSSL (9.0):
3+
- BoringSSL/Implementation (= 9.0)
4+
- BoringSSL/Interface (= 9.0)
5+
- BoringSSL/Implementation (9.0):
6+
- BoringSSL/Interface (= 9.0)
7+
- BoringSSL/Interface (9.0)
8+
- Firebase/Core (4.3.0):
9+
- FirebaseAnalytics (= 4.0.4)
10+
- FirebaseCore (= 4.0.8)
11+
- Firebase/Firestore (4.3.0):
12+
- Firebase/Core
13+
- FirebaseFirestore (= 0.8.0)
14+
- Firebase/Storage (4.3.0):
15+
- Firebase/Core
16+
- FirebaseStorage (= 2.0.2)
17+
- FirebaseAnalytics (4.0.4):
18+
- FirebaseCore (~> 4.0)
19+
- FirebaseInstanceID (~> 2.0)
20+
- GoogleToolboxForMac/NSData+zlib (~> 2.1)
21+
- nanopb (~> 0.3)
22+
- FirebaseAuth (4.2.1):
23+
- FirebaseAnalytics (~> 4.0)
24+
- GoogleToolboxForMac/NSDictionary+URLArguments (~> 2.1)
25+
- GTMSessionFetcher/Core (~> 1.1)
26+
- FirebaseCore (4.0.8):
27+
- GoogleToolboxForMac/NSData+zlib (~> 2.1)
28+
- nanopb (~> 0.3)
29+
- FirebaseFirestore (0.8.0):
30+
- FirebaseAnalytics (~> 4.0)
31+
- FirebaseAuth (~> 4.2)
32+
- FirebaseCore (~> 4.0)
33+
- gRPC-ProtoRPC (~> 1.0)
34+
- leveldb-library (~> 1.18)
35+
- Protobuf (~> 3.1)
36+
- FirebaseInstanceID (2.0.4)
37+
- FirebaseStorage (2.0.2):
38+
- FirebaseAnalytics (~> 4.0)
39+
- FirebaseCore (~> 4.0)
40+
- GTMSessionFetcher/Core (~> 1.1)
41+
- GoogleToolboxForMac/DebugUtils (2.1.3):
42+
- GoogleToolboxForMac/Defines (= 2.1.3)
43+
- GoogleToolboxForMac/Defines (2.1.3)
44+
- GoogleToolboxForMac/NSData+zlib (2.1.3):
45+
- GoogleToolboxForMac/Defines (= 2.1.3)
46+
- GoogleToolboxForMac/NSDictionary+URLArguments (2.1.3):
47+
- GoogleToolboxForMac/DebugUtils (= 2.1.3)
48+
- GoogleToolboxForMac/Defines (= 2.1.3)
49+
- GoogleToolboxForMac/NSString+URLArguments (= 2.1.3)
50+
- GoogleToolboxForMac/NSString+URLArguments (2.1.3)
51+
- gRPC (1.6.5):
52+
- gRPC-Core (= 1.6.5)
53+
- gRPC-RxLibrary (= 1.6.5)
54+
- gRPC-Core (1.6.5):
55+
- gRPC-Core/Implementation (= 1.6.5)
56+
- gRPC-Core/Interface (= 1.6.5)
57+
- gRPC-Core/Implementation (1.6.5):
58+
- BoringSSL (~> 9.0)
59+
- gRPC-Core/Interface (= 1.6.5)
60+
- nanopb (~> 0.3)
61+
- gRPC-Core/Interface (1.6.5)
62+
- gRPC-ProtoRPC (1.6.5):
63+
- gRPC (= 1.6.5)
64+
- gRPC-RxLibrary (= 1.6.5)
65+
- Protobuf (~> 3.0)
66+
- gRPC-RxLibrary (1.6.5)
67+
- GTMSessionFetcher/Core (1.1.12)
68+
- leveldb-library (1.18.3)
69+
- nanopb (0.3.8):
70+
- nanopb/decode (= 0.3.8)
71+
- nanopb/encode (= 0.3.8)
72+
- nanopb/decode (0.3.8)
73+
- nanopb/encode (0.3.8)
74+
- Protobuf (3.4.0)
75+
76+
DEPENDENCIES:
77+
- Firebase/Core
78+
- Firebase/Firestore
79+
- Firebase/Storage
80+
81+
SPEC CHECKSUMS:
82+
BoringSSL: 19083b821ef3ae0f758fae15482e183003b1e265
83+
Firebase: 83283761a1ef6dc9846e03d08059f51421afbd65
84+
FirebaseAnalytics: 722b53c7b32bfc7806b06e0093a2f5180d4f2c5a
85+
FirebaseAuth: d7f047fbeab98062b98ea933b8d934e0fb1190e2
86+
FirebaseCore: 69b1a5ac5f857ba6d5fd9d5fe794f4786dd5e579
87+
FirebaseFirestore: 8e2fd99a621ae6fc6acfac3bdea824fe9d9c128d
88+
FirebaseInstanceID: 70c2b877e9338971b2429ea5a4293df6961aa44e
89+
FirebaseStorage: 0cca42d9b889a0227c3a50121f45a4469fc9eb27
90+
GoogleToolboxForMac: 2501e2ad72a52eb3dfe7bd9aee7dad11b858bd20
91+
gRPC: 42f915ce322b1abc5241621acc776f2fdb0a2039
92+
gRPC-Core: 54211a073d238ec8569be06e1a939a72f081a3e9
93+
gRPC-ProtoRPC: 4299db62f86df58c88844ccb50f5c48993e704f6
94+
gRPC-RxLibrary: 1b1c9c9cf666709ad7714cb0e0f3c44dc0cbfb0b
95+
GTMSessionFetcher: ebaa1f79a5366922c1735f1566901f50beba23b7
96+
leveldb-library: 10fb39c39e243db4af1828441162405bbcec1404
97+
nanopb: 5601e6bca2dbf1ed831b519092ec110f66982ca3
98+
Protobuf: 03eef2ee0b674770735cf79d9c4d3659cf6908e8
99+
100+
PODFILE CHECKSUM: e5598c0a5ae5286539d8a9f06b6fb036e6144a82
101+
102+
COCOAPODS: 1.3.1

Pring.png

192 KB
Loading

Pring.sketch

328 KB
Binary file not shown.

0 commit comments

Comments
 (0)