aboutsummaryrefslogtreecommitdiff
path: root/xcode/Podfile
diff options
context:
space:
mode:
authormanuroe <manu@matrix.org>2016-09-27 11:57:29 +0200
committermanuroe <manu@matrix.org>2016-09-27 14:07:30 +0200
commit6f113dd7b3b4de918c4efb81d38a1ffe1d391b5b (patch)
tree19311a94dc999d776b36535d28f2c751cb7d629f /xcode/Podfile
parent1d06f2a4d9565c332081bc685edd8fd61d6507ef (diff)
OLMKit: Make the project build
Make OLMKit CocoaPods expose the obj-c wrapper of libolm
Diffstat (limited to 'xcode/Podfile')
-rw-r--r--xcode/Podfile11
1 files changed, 6 insertions, 5 deletions
diff --git a/xcode/Podfile b/xcode/Podfile
index 7bd8189..4c60dd3 100644
--- a/xcode/Podfile
+++ b/xcode/Podfile
@@ -1,6 +1,7 @@
-# Uncomment this line to define a global platform for your project
-platform :ios, '8.0'
-# Uncomment this line if you're using Swift
-use_frameworks!
+target "OLMKit" do
+pod 'OLMKit', :path => '../OLMKit.podspec'
+end
-pod 'olm', :path => '../olm.podspec' \ No newline at end of file
+target "OLMKitTests" do
+pod 'OLMKit', :path => '../OLMKit.podspec'
+end \ No newline at end of file