You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2019. It is now read-only.
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.
Hi, I'm the guy who pushed
MTLManagedObjectAdapterto Cocoapods.It's my fault that I set the
deployment_targetof 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-1which means the same as1.0but just a fix to podspec. Hence I need a tag,1.0-1, which also points to1.0commit.could I request a tag named
1.0-1and point it to the same commit of1.0tag? Thanks.