Richard van der Hoff 2017-01-17 10:08:50 +00:00
commit c14f4b28b9
2 changed files with 18 additions and 16 deletions

View File

@ -20,7 +20,8 @@ Pod::Spec.new do |s|
s.authors = { "Chris Ballinger" => "chrisballinger@gmail.com",
"matrix.org" => "support@matrix.org" }
s.platform = :ios, "5.0"
s.ios.deployment_target = "5.0"
s.osx.deployment_target = "10.9"
# Expose the Objective-C wrapper API of libolm
s.public_header_files = "xcode/OLMKit/*.h"

View File

@ -16,7 +16,8 @@
limitations under the License.
*/
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
//! Project version string for OLMKit, the same as libolm.
NSString *OLMKitVersionString();