aryaxt / OCMapper

Objective-C library to easily map NSDictionary to model objects, works perfectly with Alamofire. ObjectMapper works similar to GSON
MIT License
347 stars 45 forks source link

Outdated Cocoa Pod #13

Closed abduranjum closed 9 years ago

abduranjum commented 9 years ago

The Cocoa Pod is outdated. Kindly update it. Thanks.

aryaxt commented 9 years ago

The latest version with Swift compatibility won't work as a pod YET, because swift uses the module as a part of class names, and therefore OCMapper must be in the same module as the modes objects are.

Haven't figured out a clean way to handle this yet

abduranjum commented 9 years ago

Thanks for the quick reply!

Okay, fine. Your OCMapper is really helping us!

Assalamualaikum,

Jazakallah

Regards, Abdurrahman Mubeen Ali 0092-321-486-2986 iOS Software Engineer Technosoft Solutions Inc. abdur.anjum@gmail.com

On Tue, Feb 3, 2015 at 8:51 PM, Aryan Ghassemi notifications@github.com wrote:

The latest version with Swift compatibility won't work as a pod YET, because swift uses the module as a part of class names, and therefore OCMapper must be in the same module as the models object are.

Haven't figured out a clean way to handle this yet

— Reply to this email directly or view it on GitHub https://github.com/aryaxt/OCMapper/issues/13#issuecomment-72674525.

aryaxt commented 9 years ago

Version 1.5 is now available in cocoapods