Cocoapods. Network layer. Fetching repos.

This commit is contained in:
Rodrigo Pedroso 2019-06-27 01:36:36 -04:00
commit 3dafdbc09c
143 changed files with 12470 additions and 47 deletions

17
Podfile Normal file
View file

@ -0,0 +1,17 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'repo-browser' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for repo-browser
pod 'GithubAPI'
pod 'FontAwesome.swift', '~> 1.7'
target 'repo-browserTests' do
inherit! :search_paths
# Pods for testing
end
end