evermeer / AlamofireJsonToObjects

An Alamofire extension which converts JSON response data into swift objects using EVReflection
Other
161 stars 28 forks source link

import AlamofireJsonToObjects not sufficient #1

Closed kukudas closed 9 years ago

kukudas commented 9 years ago

In the readme it is written that the following has to be done to use AlamofireJsonToObjects:

import AlamofireJsonToObjects

If i do this i get the following error: Use of undeclared type 'EVObject' If i add the following import: import EVReflection it works.

I'm using Cocoapods.

evermeer commented 9 years ago

Thanks, you are right, the files that declare the data object classes also need to import EVReflection. I have update the realm for this.