navneet83 / Cross-platform-AES-encryption

Basic cross platform AES encryption
Apache License 2.0
320 stars 152 forks source link

IOS - Swift #23

Open kevinrodriguez-io opened 9 years ago

kevinrodriguez-io commented 9 years ago

Hi, i tried your library in my IOS project *Swift, and it didnt work, not because it is made in OBJC but because of the lack of instructions for IOS about how to install and use, i did a copy of the files in my project and everything went weird, red error messages and yellow ones...

Please add documentation, Thank you.

navneet83 commented 9 years ago

With the details that you have provided, I can not help you out. You'll have to integrate the set of classes provided in your code in order to get it to work. All the code has been unit tested. You may want to create a gist and share the link. I'll take a look at your project and help you out.

dowi commented 9 years ago

Hi -for it to work with swift add

import < UIKit/UIKit.h >

to CryptLib.h