Trying to Implement Login System

This commit is contained in:
Alexander Davis
2017-04-03 19:22:00 +01:00
parent 7df41a6301
commit 6953077108
677 changed files with 13341 additions and 293607 deletions

14
My Mind/Podfile Normal file
View File

@@ -0,0 +1,14 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'My Mind' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for My Mind
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
pod 'SwiftForms'
end