matthewcheok / Realm-JSON

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

Please create a tag for the 0.2.16 version (CocoaPods) #94

Open kmpnz opened 8 years ago

kmpnz commented 8 years ago

The version was bumped in the Realm+JSON.podspec file already, but cause the tag is missing CocoaPods doesn't picked it up and shows the old versio

viktorasl commented 8 years ago

Where does Cocoapods show old version?

kmpnz commented 8 years ago

@viktorasl Here https://cocoapods.org/?q=Realm%2BJSON

minsoe commented 8 years ago

yes, because of that. Realm version is still 0.103.2, not able to use 1.0. Showing this in 'pod update'

ChristianRonningen commented 8 years ago

Workaround for this is to point the pod to a specific commit like so: pod 'Realm+JSON', :git => 'https://github.com/matthewcheok/Realm-JSON', :commit => 'e5d69f0fb0d541cc2235a99c70a00b5bd0c0c59c' when the e5d.... is the latests commit right now, this will now work with Realm 1.0

justinfriberg commented 8 years ago

Is this project still being maintained? Does anyone know why the updated podspec hasn't been submitted to CocoaPods? Is forking our only option at this point?

We can't use the workaround posted above since we're creating our own pod, and podspecs don't allow git branches.

komocode commented 8 years ago

Seems dead it looks like...

komocode commented 7 years ago

Ok so I'm not going to pretend how to do this. Author just made me a collaborator. I've never published anything on Cocoapods before so if anyone wants to write up a dumb-proof tutorial so I don't screw this up for everyone, that would be great.