diff options
author | Richard van der Hoff <github@rvanderhoff.org.uk> | 2016-12-22 14:43:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-22 14:43:01 +0000 |
commit | 90b36130532d2d8040b39e310d8d0d5ee22aea0a (patch) | |
tree | 26eabdea9bc04077b1621deb34b5d0cbe669dedd /xcode/Podfile | |
parent | fb91b1f18269c5b681c972dc4448858db0966c3a (diff) | |
parent | 46ad79517ec8e005bd2d1de767d3cd59ec038fe2 (diff) |
Merge pull request #36 from matrix-org/manuroe/olmkit
OLMKit
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 |