Nirma/UIDeviceComplete

CocoaPods spec seemed to not be updated.

vincentneo opened this issue ยท 13 comments

.podspec is updated to v2.2.0, but remained the previous version over at CocoaPods site.

Nirma commented

@vincentneo Good Catch! Yep, lets fix that.

@Nirma I think you would have to pod trunk push UIDeviceComplete.podspec at the directory with the podspec file to update.
I don't think I can do that.

I tried running the command, but failed.

I guess only you can do this :)

Validating podspec
 -> UIDeviceComplete (2.2.0)
    - NOTE  | xcodebuild:  note: Using new build system
    - NOTE  | [iOS] xcodebuild:  note: Planning build
    - NOTE  | [iOS] xcodebuild:  note: Constructing build description
    - NOTE  | [iOS] xcodebuild:  warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')

[!] You (MY_EMAIL_HERE) are not allowed to push new versions for this pod. The owners of this pod are YOUR_EMAIL_HERE.
  • Emails removed for privacy concerns
Nirma commented

@vincentneo Done! Sorry for the delay!

Can you please update the Podspec since you have added new iPad models

Oh yes. Forgot all about it.

@upradeepk , in the meantime, you can use
pod 'UIDeviceComplete', :git => 'https://github.com/Nirma/UIDeviceComplete.git' instead, to get the latest updates.

@Nirma I have released v2.3.0 including the new iPads added. Do update podspec and pod trunk push UIDeviceComplete.podspec as soon as you can!

@Nirma You can add owners using the following command:

$ pod trunk add-owner UIDeviceComplete <@vincentneo's email here>

Then @vincentneo should be able to push to CocoaPods trunk.

Nirma commented

@ikesyo Thanks so much for the tip! Yes I will go ahead and do that but I can't find @vincentneo 's email address. Its not in the commit logs even. If you don't mind @vincentneo what email should I add you under?

Nirma commented

@upradeepk @vincentneo I just updated the podspec and pushed 2.3.0 to master! Try to update now and check if the latest is 2.3.0

@ikesyo Thanks so much for the tip! Yes I will go ahead and do that but I can't find @vincentneo 's email address. Its not in the commit logs even. If you don't mind @vincentneo what email should I add you under?

@Nirma,
You can add me under ivincentneo@me.com for the pod spec!

Nirma commented

@vincentneo I just added your email!