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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added .DS_Store
Binary file not shown.
Binary file removed TracMobility iOS Assignment.pdf
Binary file not shown.
14 changes: 14 additions & 0 deletions TracMobility/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'TracMobility' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for TracMobility
pod 'Auth0', '~> 1.0'
pod 'SideMenu'
pod 'GoogleMaps', '4.0.0'


end
36 changes: 36 additions & 0 deletions TracMobility/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
PODS:
- Auth0 (1.30.1):
- JWTDecode
- SimpleKeychain
- GoogleMaps (3.8.0):
- GoogleMaps/Maps (= 3.8.0)
- GoogleMaps/Base (3.8.0)
- GoogleMaps/Maps (3.8.0):
- GoogleMaps/Base
- JWTDecode (2.6.0)
- SideMenu (6.5.0)
- SimpleKeychain (0.12.1)

DEPENDENCIES:
- Auth0 (~> 1.0)
- GoogleMaps
- SideMenu

SPEC REPOS:
trunk:
- Auth0
- GoogleMaps
- JWTDecode
- SideMenu
- SimpleKeychain

SPEC CHECKSUMS:
Auth0: 59bece5b578a93589bd321fafeed8a042429f9db
GoogleMaps: 7c8d66d70e4e8c300f43a7219d8fdaad7b325a9a
JWTDecode: 480ca441ddbd5fbfb2abf17870af62f86436be58
SideMenu: f583187d21c5b1dd04c72002be544b555a2627a2
SimpleKeychain: 77443015b0f29005c16f74bf858469a9e9fb05e8

PODFILE CHECKSUM: 5cdb4d80683f13bc6aa85c5add3b703dd05254bd

COCOAPODS: 1.9.3
42 changes: 42 additions & 0 deletions TracMobility/Pods/Auth0/Auth0/A0SimpleKeychain+RSAPublicKey.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions TracMobility/Pods/Auth0/Auth0/Array+Encode.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions TracMobility/Pods/Auth0/Auth0/Auth0.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

158 changes: 158 additions & 0 deletions TracMobility/Pods/Auth0/Auth0/Auth0.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading