olm/xcode
manuroe a9be04fa4b OLMKit: Add [OLMUtility sha256:] 2016-10-17 15:47:52 +02:00
..
OLMKit OLMKit: Add [OLMUtility sha256:] 2016-10-17 15:47:52 +02:00
OLMKit.xcodeproj OLMKit: Add tests for OLMInboundGroupSession and OLMOutboundGroupSession 2016-10-10 18:01:02 +02:00
OLMKitTests OLMKit: Add signature tests 2016-10-14 15:57:12 +02:00
Podfile OLMKit: Make the project build 2016-09-27 14:07:30 +02:00
Podfile.lock OLMKit: Make the project build 2016-09-27 14:07:30 +02:00
README.rst OLMKit: Make the project build 2016-09-27 14:07:30 +02:00

README.rst

OLMKit
======

OLMKit exposes an Objective-C wrapper to libolm.

The original work by Chris Ballinger can be found at https://github.com/chrisballinger/OLMKit.

Installation
------------
You can embed OLMKit to your application project with CocoaPods. The pod for
the latest OLMKit release is::

    pod 'OLMKit'

Development
-----------
Run `pod install` and open `OLMKit.xcworkspace`.

The project contains only tests files. The libolm and the Objective-C wrapper source files are loaded via the OLMKit CocoaPods pod.

To add a new source file, add it to the file system and run `pod update` to make CocoaPods insert into OLMKit.xcworkspace.