Skip to content

Commit

Permalink
Rating, CocoaPods implemented & HomeView updated with dynamic data
Browse files Browse the repository at this point in the history
  • Loading branch information
gayuru committed Sep 17, 2019
1 parent f293196 commit ae8b043
Show file tree
Hide file tree
Showing 75 changed files with 4,891 additions and 217 deletions.
17 changes: 17 additions & 0 deletions Travo-App/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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'

target 'Travo-AppUITests' do
inherit! :search_paths
# Pods for testing
end

end
20 changes: 20 additions & 0 deletions Travo-App/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
PODS:
- Cosmos (19.0.3)
- TinyConstraints (4.0.1)

DEPENDENCIES:
- Cosmos
- TinyConstraints

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Cosmos
- TinyConstraints

SPEC CHECKSUMS:
Cosmos: a6fb17284281fa12cf4c85c2efecd440a215ec44
TinyConstraints: 8dd91295e56797648c7bc335dd20e1d91ec4c192

PODFILE CHECKSUM: 513ed71287c25b43ec049ad0bb47c21ecce1335c

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 ae8b043

Please sign in to comment.