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
  •  
  •  
  •  
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

23 changes: 0 additions & 23 deletions README.txt

This file was deleted.

Empty file removed __init__.py
Empty file.
15 changes: 15 additions & 0 deletions beta-link-frontend/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 'beta-link-frontend' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for Beta Link

pod 'CYLTabBarController', '~> 1.24.0'
pod 'StoryView', '~> 1.0'
pod 'SQLite.swift', '~> 0.12.0'
pod 'GoogleSignIn'

end
54 changes: 54 additions & 0 deletions beta-link-frontend/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
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)
- CYLTabBarController (1.24.2):
- CYLTabBarController/Core (= 1.24.2)
- CYLTabBarController/Core (1.24.2)
- GoogleSignIn (5.0.2):
- AppAuth (~> 1.2)
- GTMAppAuth (~> 1.0)
- GTMSessionFetcher/Core (~> 1.1)
- GTMAppAuth (1.0.0):
- AppAuth/Core (~> 1.0)
- GTMSessionFetcher (~> 1.1)
- GTMSessionFetcher (1.4.0):
- GTMSessionFetcher/Full (= 1.4.0)
- GTMSessionFetcher/Core (1.4.0)
- GTMSessionFetcher/Full (1.4.0):
- GTMSessionFetcher/Core (= 1.4.0)
- SQLite.swift (0.12.2):
- SQLite.swift/standard (= 0.12.2)
- SQLite.swift/standard (0.12.2)
- StoryView (1.0)

DEPENDENCIES:
- CYLTabBarController (~> 1.24.0)
- GoogleSignIn
- SQLite.swift (~> 0.12.0)
- StoryView (~> 1.0)

SPEC REPOS:
trunk:
- AppAuth
- CYLTabBarController
- GoogleSignIn
- GTMAppAuth
- GTMSessionFetcher
- SQLite.swift
- StoryView

SPEC CHECKSUMS:
AppAuth: 31bcec809a638d7bd2f86ea8a52bd45f6e81e7c7
CYLTabBarController: e7440ad0992edfb8ac14a6c793f43aa636c5cba5
GoogleSignIn: 7137d297ddc022a7e0aa4619c86d72c909fa7213
GTMAppAuth: 4deac854479704f348309e7b66189e604cf5e01e
GTMSessionFetcher: 6f5c8abbab8a9bce4bb3f057e317728ec6182b10
SQLite.swift: d2b4642190917051ce6bd1d49aab565fe794eea3
StoryView: 17d2a421b678874a80235643e438a58bdb7738b7

PODFILE CHECKSUM: aacc676c9560cdf663523f4f1d36375ea0befce7

COCOAPODS: 1.9.3
202 changes: 202 additions & 0 deletions beta-link-frontend/Pods/AppAuth/LICENSE

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

Loading