7 lines
91 B
Ruby
7 lines
91 B
Ruby
platform :osx, '10.13'
|
|
use_frameworks!
|
|
|
|
target 'LiquipediaMenu' do
|
|
pod 'SwiftSoup'
|
|
end
|