EFEducationFirstMobile / librabbitmq-objc

Objective-C wrapper for librabbitmq-c
Other
9 stars 8 forks source link

Fix compile issues when importing the library in Swift #6

Open andreamazz opened 9 years ago

andreamazz commented 9 years ago

Hi.
Importing this library in a Swift project as a dynamic framework (using cocoapods' use_frameworks! directive) causes a compile error. This PR fixes the issue by replacing the brackets with quotes in the import statements, where appropriate.

Cheers.