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
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Xcode
screenshot_*
.irb-history
.DS_Store
*/build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.moved-aside
DerivedData
.idea/
.vscode/
*.hmap
*.xccheckout
*.xcuserstate
build/*
Pods/*
Trac.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
9 changes: 9 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
platform :ios, '12.0'

target 'TracMobility' do
use_frameworks!

pod 'GoogleSignIn'
pod 'GoogleMaps','~> 4.0.0'

end
46 changes: 46 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
PODS:
- AppAuth (1.4.0):
- AppAuth/Core (= 1.4.0)
- AppAuth/ExternalUserAgent (= 1.4.0)
- AppAuth/Core (1.4.0)
- AppAuth/ExternalUserAgent (1.4.0)
- GoogleMaps (4.0.0):
- GoogleMaps/Maps (= 4.0.0)
- GoogleMaps/Base (4.0.0)
- GoogleMaps/Maps (4.0.0):
- GoogleMaps/Base
- GoogleSignIn (5.0.2):
- AppAuth (~> 1.2)
- GTMAppAuth (~> 1.0)
- GTMSessionFetcher/Core (~> 1.1)
- GTMAppAuth (1.1.0):
- AppAuth/Core (~> 1.4)
- GTMSessionFetcher (~> 1.4)
- GTMSessionFetcher (1.5.0):
- GTMSessionFetcher/Full (= 1.5.0)
- GTMSessionFetcher/Core (1.5.0)
- GTMSessionFetcher/Full (1.5.0):
- GTMSessionFetcher/Core (= 1.5.0)

DEPENDENCIES:
- GoogleMaps (~> 4.0.0)
- GoogleSignIn

SPEC REPOS:
trunk:
- AppAuth
- GoogleMaps
- GoogleSignIn
- GTMAppAuth
- GTMSessionFetcher

SPEC CHECKSUMS:
AppAuth: 31bcec809a638d7bd2f86ea8a52bd45f6e81e7c7
GoogleMaps: b7f7fc569a9b354a3af0d9729dbec40957b7d41e
GoogleSignIn: 7137d297ddc022a7e0aa4619c86d72c909fa7213
GTMAppAuth: 197a8dabfea5d665224aa00d17f164fc2248dab9
GTMSessionFetcher: b3503b20a988c4e20cc189aa798fd18220133f52

PODFILE CHECKSUM: 4fc49cffc75fad4a1e35dde53564c9cf5a0ea5ec

COCOAPODS: 1.10.0
Loading