Cocoapods. Network layer. Fetching repos.
This commit is contained in:
parent
e348ad1eb1
commit
3dafdbc09c
143 changed files with 12470 additions and 47 deletions
17
Podfile
Normal file
17
Podfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue