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.