SwiftSoup/Example/Podfile

7 lines
94 B
Ruby

use_frameworks!
target 'Example' do
#pod 'SwiftSoup'
pod 'SwiftSoup', :path => '../'
end