-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from gayuru/development
Release V1.0
- Loading branch information
Showing
365 changed files
with
11,459 additions
and
863 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# iSwift | ||
iPhone Software Engineering | ||
Login Details for the User | ||
Email : email1 | ||
Password : password1 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
|
||
target 'Travo-App' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for Travo-App | ||
pod 'Cosmos' | ||
pod 'TinyConstraints' | ||
pod 'SVProgressHUD' | ||
|
||
target 'Travo-AppUITests' do | ||
inherit! :complete | ||
# Pods for testing | ||
pod 'Cosmos' | ||
pod 'TinyConstraints' | ||
pod 'SVProgressHUD' | ||
end | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
PODS: | ||
- Cosmos (19.0.3) | ||
- SVProgressHUD (2.2.5) | ||
- TinyConstraints (4.0.1) | ||
|
||
DEPENDENCIES: | ||
- Cosmos | ||
- SVProgressHUD | ||
- TinyConstraints | ||
|
||
SPEC REPOS: | ||
https://github.com/cocoapods/specs.git: | ||
- Cosmos | ||
- SVProgressHUD | ||
- TinyConstraints | ||
|
||
SPEC CHECKSUMS: | ||
Cosmos: a6fb17284281fa12cf4c85c2efecd440a215ec44 | ||
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6 | ||
TinyConstraints: 8dd91295e56797648c7bc335dd20e1d91ec4c192 | ||
|
||
PODFILE CHECKSUM: dd12b593e15654cea8c8bf527b6bfd3c9d57a8b9 | ||
|
||
COCOAPODS: 1.7.5 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
105 changes: 105 additions & 0 deletions
105
Travo-App/Pods/Cosmos/Cosmos/CosmosDefaultSettings.swift
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.