Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel committed Aug 17, 2016
0 parents commit 58bd6a7
Show file tree
Hide file tree
Showing 129 changed files with 12,515 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'

target 'SuggestionRow' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

pod 'Eureka'

target 'SuggestionRowTests' do
inherit! :search_paths
# Pods for testing
end

target 'SuggestionRowUITests' do
inherit! :search_paths
# Pods for testing
end

end
12 changes: 12 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
PODS:
- Eureka (1.7.0)

DEPENDENCIES:
- Eureka

SPEC CHECKSUMS:
Eureka: 2020d9faeef7b7e9adeb9e3d8af779e5931c1897

PODFILE CHECKSUM: 9b4e9ecbeea8e4c5920d30afc741c160a113b29f

COCOAPODS: 1.0.0
22 changes: 22 additions & 0 deletions Pods/Eureka/LICENSE

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

Loading

0 comments on commit 58bd6a7

Please sign in to comment.