7 lines
102 B
Ruby
7 lines
102 B
Ruby
platform :osx, '10.13'
|
|
use_frameworks!
|
|
|
|
target 'macOS-MenuBar-MatchTicker' do
|
|
pod 'SwiftSoup'
|
|
end
|