Mantle / MTLManagedObjectAdapter

Core Data support for Mantle

Home Page:https://github.com/Mantle/Mantle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tag for Cocoapods

sodastsai opened this issue · comments

Hi, I'm the guy who pushed MTLManagedObjectAdapter to Cocoapods.

It's my fault that I set the deployment_target of iOS to 8.0 and of OS X to 10.9.
as mentioned in #12, I'd like to update/fix the podspec. But by the policy of Cocoapods, if I want to modify a podspec, I have to change its version number. And also there should be a tag which contains the version string.

I would change the version number of the podspec to 1.0-1 which means the same as 1.0 but just a fix to podspec. Hence I need a tag, 1.0-1, which also points to 1.0 commit.

could I request a tag named 1.0-1 and point it to the same commit of 1.0 tag? Thanks.

commented

hi,

I am wondering what the timeline is for this issue? We are working on a project with a deployment target of 7.1 and would like to use MTLManagedObjectAdapter. Thanks!