Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ playground.xcworkspace
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
Pods/
#
# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace
*.xcworkspace

# Carthage
#
Expand Down
File renamed without changes.
15 changes: 15 additions & 0 deletions less8/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'loginForm' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'Alamofire', '~> 4.8'
pod 'RealmSwift'
pod 'SwiftyJSON'
pod 'Firebase/Analytics'
pod 'Firebase/Database'
pod 'Firebase/Auth'
# Pods for loginForm

end
152 changes: 152 additions & 0 deletions less8/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,152 @@
PODS:
- Alamofire (4.9.1)
- Firebase/Analytics (6.22.0):
- Firebase/Core
- Firebase/Auth (6.22.0):
- Firebase/CoreOnly
- FirebaseAuth (~> 6.5.1)
- Firebase/Core (6.22.0):
- Firebase/CoreOnly
- FirebaseAnalytics (= 6.4.1)
- Firebase/CoreOnly (6.22.0):
- FirebaseCore (= 6.6.6)
- Firebase/Database (6.22.0):
- Firebase/CoreOnly
- FirebaseDatabase (~> 6.1.4)
- FirebaseAnalytics (6.4.1):
- FirebaseCore (~> 6.6)
- FirebaseInstallations (~> 1.1)
- GoogleAppMeasurement (= 6.4.1)
- GoogleUtilities/AppDelegateSwizzler (~> 6.0)
- GoogleUtilities/MethodSwizzler (~> 6.0)
- GoogleUtilities/Network (~> 6.0)
- "GoogleUtilities/NSData+zlib (~> 6.0)"
- nanopb (= 0.3.9011)
- FirebaseAuth (6.5.1):
- FirebaseAuthInterop (~> 1.0)
- FirebaseCore (~> 6.6)
- GoogleUtilities/AppDelegateSwizzler (~> 6.5)
- GoogleUtilities/Environment (~> 6.5)
- GTMSessionFetcher/Core (~> 1.1)
- FirebaseAuthInterop (1.1.0)
- FirebaseCore (6.6.6):
- FirebaseCoreDiagnostics (~> 1.2)
- FirebaseCoreDiagnosticsInterop (~> 1.2)
- GoogleUtilities/Environment (~> 6.5)
- GoogleUtilities/Logger (~> 6.5)
- FirebaseCoreDiagnostics (1.2.3):
- FirebaseCoreDiagnosticsInterop (~> 1.2)
- GoogleDataTransportCCTSupport (~> 2.0)
- GoogleUtilities/Environment (~> 6.5)
- GoogleUtilities/Logger (~> 6.5)
- nanopb (~> 0.3.901)
- FirebaseCoreDiagnosticsInterop (1.2.0)
- FirebaseDatabase (6.1.4):
- FirebaseAuthInterop (~> 1.0)
- FirebaseCore (~> 6.0)
- leveldb-library (~> 1.22)
- FirebaseInstallations (1.1.1):
- FirebaseCore (~> 6.6)
- GoogleUtilities/UserDefaults (~> 6.5)
- PromisesObjC (~> 1.2)
- GoogleAppMeasurement (6.4.1):
- GoogleUtilities/AppDelegateSwizzler (~> 6.0)
- GoogleUtilities/MethodSwizzler (~> 6.0)
- GoogleUtilities/Network (~> 6.0)
- "GoogleUtilities/NSData+zlib (~> 6.0)"
- nanopb (= 0.3.9011)
- GoogleDataTransport (5.1.1)
- GoogleDataTransportCCTSupport (2.0.2):
- GoogleDataTransport (~> 5.1)
- nanopb (~> 0.3.901)
- GoogleUtilities/AppDelegateSwizzler (6.5.2):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
- GoogleUtilities/Network
- GoogleUtilities/Environment (6.5.2)
- GoogleUtilities/Logger (6.5.2):
- GoogleUtilities/Environment
- GoogleUtilities/MethodSwizzler (6.5.2):
- GoogleUtilities/Logger
- GoogleUtilities/Network (6.5.2):
- GoogleUtilities/Logger
- "GoogleUtilities/NSData+zlib"
- GoogleUtilities/Reachability
- "GoogleUtilities/NSData+zlib (6.5.2)"
- GoogleUtilities/Reachability (6.5.2):
- GoogleUtilities/Logger
- GoogleUtilities/UserDefaults (6.5.2):
- GoogleUtilities/Logger
- GTMSessionFetcher/Core (1.3.1)
- leveldb-library (1.22)
- nanopb (0.3.9011):
- nanopb/decode (= 0.3.9011)
- nanopb/encode (= 0.3.9011)
- nanopb/decode (0.3.9011)
- nanopb/encode (0.3.9011)
- PromisesObjC (1.2.8)
- Realm (4.3.2):
- Realm/Headers (= 4.3.2)
- Realm/Headers (4.3.2)
- RealmSwift (4.3.2):
- Realm (= 4.3.2)
- SwiftyJSON (5.0.0)

DEPENDENCIES:
- Alamofire (~> 4.8)
- Firebase/Analytics
- Firebase/Auth
- Firebase/Database
- RealmSwift
- SwiftyJSON

SPEC REPOS:
trunk:
- Alamofire
- Firebase
- FirebaseAnalytics
- FirebaseAuth
- FirebaseAuthInterop
- FirebaseCore
- FirebaseCoreDiagnostics
- FirebaseCoreDiagnosticsInterop
- FirebaseDatabase
- FirebaseInstallations
- GoogleAppMeasurement
- GoogleDataTransport
- GoogleDataTransportCCTSupport
- GoogleUtilities
- GTMSessionFetcher
- leveldb-library
- nanopb
- PromisesObjC
- Realm
- RealmSwift
- SwiftyJSON

SPEC CHECKSUMS:
Alamofire: 85e8a02c69d6020a0d734f6054870d7ecb75cf18
Firebase: 32f9520684e87c7af3f0704f7f88042626d6b536
FirebaseAnalytics: 83f822fd0d33a46f49f89b8c3ab16ab4d89df08a
FirebaseAuth: a6da11d78dfd956b7f7af3222a0f0b1c93ef8fc9
FirebaseAuthInterop: a0f37ae05833af156e72028f648d313f7e7592e9
FirebaseCore: 9aca0f1fffb405176ba15311a5621fcde4106fcf
FirebaseCoreDiagnostics: 13a6564cd6d5375066bbc8940cc1753af24497f3
FirebaseCoreDiagnosticsInterop: 296e2c5f5314500a850ad0b83e9e7c10b011a850
FirebaseDatabase: 0144e0706a4761f1b0e8679572eba8095ddb59be
FirebaseInstallations: acb3216eb9784d3b1d2d2d635ff74fa892cc0c44
GoogleAppMeasurement: e49be3954045b17d046f271b9cc1ec052bad9702
GoogleDataTransport: 6ffa4dd0b6d547f8d27b91bd92fa9e197a3f5f1f
GoogleDataTransportCCTSupport: 12f02e5c8f09c055615de90bcd5ba2c375546051
GoogleUtilities: ad0f3b691c67909d03a3327cc205222ab8f42e0e
GTMSessionFetcher: cea130bbfe5a7edc8d06d3f0d17288c32ffe9925
leveldb-library: 55d93ee664b4007aac644a782d11da33fba316f7
nanopb: 18003b5e52dab79db540fe93fe9579f399bd1ccd
PromisesObjC: c119f3cd559f50b7ae681fa59dc1acd19173b7e6
Realm: 5e92902e2875dff4bb0fd02f67bb737c3d5db2bc
RealmSwift: 9a360fc7bae04fc2e308a34fbd899d5faa2d6b22
SwiftyJSON: 36413e04c44ee145039d332b4f4e2d3e8d6c4db7

PODFILE CHECKSUM: 15a1a040b88d86ec834fef112d45640ae32c334b

COCOAPODS: 1.9.1
Loading