NSDate-Extensions
NSDate-Extensions copied to clipboard
[!!]The commit is gone. the NSDate-Extensions(0.0.1) pod doesn't work!
"source": { "git": "https://github.com/erica/NSDate-Extensions.git", "commit": "7c6730b8e5e4740a332d839f3597bcce11d83160" }, Could you please update one version for CocoaPods
I've never done CocoaPods so I am not sure what you want me to do
-- E
On Oct 9, 2016, at 1:22 AM, Ryan Wang [email protected] wrote:
"source": { "git": "https://github.com/erica/NSDate-Extensions.git https://github.com/erica/NSDate-Extensions.git", "commit": "7c6730b8e5e4740a332d839f3597bcce11d83160" }, Could you please update one version for CocoaPods
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/erica/NSDate-Extensions/issues/72, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB_sAq_VCTFUBGyifJclpT9XhfjhP_3ks5qyJYcgaJpZM4KR7kb.
Ahh, maybe some one submitted a pod with your repo. The problem is like this. In the pod spec, he used the commit_id which has gone (maybe after a force push). That breaks the cocoapod repo NSDate-Extension.
You are the owner of this repo. You can claim the ownership of it and submit an update to fix the problem It will be appreciated.
Sent from my iPhone
On Oct 10, 2016, at 1:16 AM, Erica Sadun [email protected] wrote:
I've never done CocoaPods so I am not sure what you want me to do
-- E
On Oct 9, 2016, at 1:22 AM, Ryan Wang [email protected] wrote:
"source": { "git": "https://github.com/erica/NSDate-Extensions.git https://github.com/erica/NSDate-Extensions.git", "commit": "7c6730b8e5e4740a332d839f3597bcce11d83160" }, Could you please update one version for CocoaPods
― You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/erica/NSDate-Extensions/issues/72, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB_sAq_VCTFUBGyifJclpT9XhfjhP_3ks5qyJYcgaJpZM4KR7kb.
― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Gotta walk me through it
-- E
On Oct 9, 2016, at 6:23 PM, Ryan Wang [email protected] wrote:
Ahh, maybe some one submitted a pod with your repo. The problem is like this. In the pod spec, he used the commit_id which has gone (maybe after a force push). That breaks the cocoapod repo NSDate-Extension.
You are the owner of this repo. You can claim the ownership of it and submit an update to fix the problem It will be appreciated.
Sent from my iPhone
On Oct 10, 2016, at 1:16 AM, Erica Sadun [email protected] wrote:
I've never done CocoaPods so I am not sure what you want me to do
-- E
On Oct 9, 2016, at 1:22 AM, Ryan Wang [email protected] wrote:
"source": { "git": "https://github.com/erica/NSDate-Extensions.git https://github.com/erica/NSDate-Extensions.git", "commit": "7c6730b8e5e4740a332d839f3597bcce11d83160" }, Could you please update one version for CocoaPods
― You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/erica/NSDate-Extensions/issues/72, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB_sAq_VCTFUBGyifJclpT9XhfjhP_3ks5qyJYcgaJpZM4KR7kb.
― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/erica/NSDate-Extensions/issues/72#issuecomment-252523237, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB_sE8XJSTbh-5XhK-e3XD43atg2Tltks5qyYWYgaJpZM4KR7kb.
The guideline is all there https://guides.cocoapods.org/making/making-a-cocoapod.html Generally, there are only a few steps.
- Find back your NSDate-Extensions.podspec, add it to your project NSDate-Extensions.podspec.json
- run
pod lib lint
under your project root, and fix problems based on error logs if have. - change the commit = xxxx to tag in
source
section. add a tag likes 0.0.2 push to github - pod trunk push NSDate-Extensions.podspec When you push to trunk. you will tip to find the ownership
I don't have a podspec. I'm happy to push a tag though.
-- E
On Oct 10, 2016, at 2:00 AM, Ryan Wang [email protected] wrote:
The guideline is all there https://guides.cocoapods.org/making/making-a-cocoapod.html https://guides.cocoapods.org/making/making-a-cocoapod.html Generally, there are only a few steps.
- Find back your NSDate-Extensions.podspec, add it to your project NSDate-Extensions.podspec.json https://github.com/CocoaPods/Specs/blob/740c27abdb0d153c09cfacd0028aba53f62dbc1b/Specs/NSDate-Extensions/0.0.1/NSDate-Extensions.podspec.json run pod lib lint under your project root, and fix problems based on error logs if have. change the commit = xxxx to tag in source section. add a tag likes 0.0.2 push to github pod trunk push NSDate-Extensions.podspec When you push to trunk. you will tip to find the ownership — You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/erica/NSDate-Extensions/issues/72#issuecomment-252555611, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB_sOqU1t3e_dSu197u8vn_CScDEBizks5qyfCvgaJpZM4KR7kb.
pushing a tag doesn't work.