aboutsummaryrefslogtreecommitdiff
path: root/xcode/Podfile
blob: 4c60dd32f760948a7e85bbe3e80946b1de20d899 (plain)
1
2
3
4
5
6
7
target "OLMKit" do
pod 'OLMKit', :path => '../OLMKit.podspec'
end

target "OLMKitTests" do
pod 'OLMKit', :path => '../OLMKit.podspec'
end