olm/xcode/Podfile

7 lines
137 B
Plaintext
Raw Normal View History

target "OLMKit" do
pod 'OLMKit', :path => '../OLMKit.podspec'
end
2016-04-09 02:24:41 +02:00
target "OLMKitTests" do
pod 'OLMKit', :path => '../OLMKit.podspec'
end