martinrybak / SQLClient

Native Microsoft SQL Server client for iOS
http://objcsharp.wordpress.com/2013/10/15/an-open-source-sql-server-library-for-ios/
MIT License
124 stars 51 forks source link

Swift and SQLClient #34

Closed fiveone7 closed 7 years ago

fiveone7 commented 7 years ago

Hi, I've tried to use SQLClient in Swift project. But I can not include SQLClient.h. Please provide the way how to use this in Swift project.

Thanks

Adonis

bhatti-saqib commented 7 years ago

Use cocoa pods to install SQLClient. And then simply write import statement where you want to use it

import SQLClient

fiveone7 commented 7 years ago

Thanks for your comment.