Adlai Holler 61dade6bda Raise deployment target to iOS 9 (#743)
https://github.com/TextureGroup/Texture/pull/743

Manually merged since I forgot to retarget that diff onto master before merge
2018-01-15 15:13:05 -08:00

10 lines
233 B
Ruby

platform :ios, '9.0'
target 'RepoSearcher' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for RepoSearcher
pod 'Texture/IGListKit', :path => '../..'
end