17 lines
381 B
Ruby
17 lines
381 B
Ruby
# 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
|