matthewcheok / Realm-JSON

A concise Mantle-like way of working with Realm and JSON.
MIT License
661 stars 129 forks source link

Wrong Realm dependency #90

Open stephenkopylov opened 8 years ago

stephenkopylov commented 8 years ago

Realm+Json still want to use old Realm version, while version in podspec looks OK. Anyone else faced this problem? screen shot 2016-06-05 at 13 01 59

upd: now cocoapods links to this podspec: https://github.com/CocoaPods/Specs/blob/master/Specs/Realm+JSON/0.2.14/Realm+JSON.podspec.json

dankela commented 8 years ago

I have the same problem.

Voley commented 8 years ago

So how do we use latest Realm with Realm+JSON?

Jowyer commented 8 years ago

Could you update the pod version to the latest? I still get 0.2.14 when I do pod search

stephenkopylov commented 8 years ago

I just imported Realm-JSON files in my project and problem gone =) screen shot 2016-06-22 at 11 36 36 It's little frustrating to wait about 3 weeks for such small problem...

UPD: I think Matt just forgot to "pod trunk push" =)

sgrgrsn commented 8 years ago

Are there anything new on this? Could be really nice to use the Realm 1.0.0.

Thanks