olm/xcode/Podfile
manuroe 6f113dd7b3 OLMKit: Make the project build
Make OLMKit CocoaPods expose the obj-c wrapper of libolm
2016-09-27 14:07:30 +02:00

7 lines
No EOL
137 B
Ruby

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