diff options
Diffstat (limited to 'xcode/Podfile')
-rw-r--r-- | xcode/Podfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xcode/Podfile b/xcode/Podfile new file mode 100644 index 0000000..4c60dd3 --- /dev/null +++ b/xcode/Podfile @@ -0,0 +1,7 @@ +target "OLMKit" do +pod 'OLMKit', :path => '../OLMKit.podspec' +end + +target "OLMKitTests" do +pod 'OLMKit', :path => '../OLMKit.podspec' +end
\ No newline at end of file |