olm/xcode
manuroe 36fd68c818 OLMAccount: Fix use of object after its memory was released 2018-06-27 12:26:44 -04:00
..
OLMKit OLMAccount: Fix use of object after its memory was released 2018-06-27 12:26:44 -04:00
OLMKit.xcodeproj Update Xcode test project 2018-06-27 12:26:26 -04:00
OLMKitTests OLMKit: Add wrappers for export/import of inbound group sessions 2017-01-17 14:47:41 +01:00
Podfile OLMKit: Make the project build 2016-09-27 14:07:30 +02:00
Podfile.lock OLMKit: Podfile.lock++ 2016-11-17 14:33:41 +01:00
README.rst OLMKit: Improve wording 2016-11-17 14:43:04 +01: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 it into OLMKit.xcworkspace. 

Release
-------
See ../README.rst for the release of the CocoaPod.