First Project Setup
parents
Showing
with
339 additions
and
0 deletions
.gitignore
0 → 100644
Podfile
0 → 100644
| # Uncomment the next line to define a global platform for your project | |||
| platform :ios, '9.0' | |||
| def available_pods | |||
| pod 'IQKeyboardManagerSwift' | |||
| pod 'MBProgressHUD' | |||
| pod 'ReachabilitySwift', '~> 3' | |||
| pod 'moa' | |||
| pod 'RealmSwift', '~> 2.9.0' | |||
| end | |||
| target 'StoryBook' do | |||
| # Comment the next line if you're not using Swift and don't want to use dynamic frameworks | |||
| use_frameworks! | |||
| # Pods for StoryBook | |||
| available_pods | |||
| end |
Podfile.lock
0 → 100644
StoryBook.xcodeproj/project.pbxproj
0 → 100644
This diff is collapsed.
Click to expand it.
StoryBook/AppDelegate/AppDelegate.swift
0 → 100644
StoryBook/Info.plist
0 → 100644
StoryBook/Storyboards/Main.storyboard
0 → 100644
Please
register
or
sign in
to comment