GBA001/Podfile
Riley Testut 9d3a97377d Displays game artwork
Fetches artwork URL from OpenVG database
2016-11-18 17:31:25 -08:00

9 lines
162 B
Ruby

platform :ios, '10.0'
use_frameworks!
target 'Delta' do
pod 'FileMD5Hash', '~> 2.0.0'
pod 'SQLite.swift', '~> 0.11.0'
pod 'SDWebImage', '~> 3.8'
end