Skip to content

Commit

Permalink
Merge pull request #32 from gayuru/development
Browse files Browse the repository at this point in the history
Release V1.0
  • Loading branch information
gayuru authored Sep 22, 2019
2 parents 2ee094d + cee3cf2 commit 175d775
Show file tree
Hide file tree
Showing 365 changed files with 11,459 additions and 863 deletions.
4 changes: 3 additions & 1 deletion README.md
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.
21 changes: 21 additions & 0 deletions Travo-App/Podfile
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
24 changes: 24 additions & 0 deletions Travo-App/Podfile.lock
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
101 changes: 101 additions & 0 deletions Travo-App/Pods/Cosmos/Cosmos/CosmosAccessibility.swift

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

105 changes: 105 additions & 0 deletions Travo-App/Pods/Cosmos/Cosmos/CosmosDefaultSettings.swift

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

31 changes: 31 additions & 0 deletions Travo-App/Pods/Cosmos/Cosmos/CosmosLayerHelper.swift

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

Loading

0 comments on commit 175d775

Please sign in to comment.