前言 最近在项目中, 做有关AVAudioRecorder的录音开发, 需要把录制的格式转成 MP3, 遇到了转码之后的MP3文件, 无法获取正确的时长问题. 为了解决这个问...
前言 最近在项目中, 做有关AVAudioRecorder的录音开发, 需要把录制的格式转成 MP3, 遇到了转码之后的MP3文件, 无法获取正确的时长问题. 为了解决这个问...
pod trunk add-owner 使用方法
$ pod trunk add-owner --help
Usage:
$ pod trunk add-owner POD OWNER-EMAIL
Adds the registered user with specified `OWNER-EMAIL` as an owner of the
given `POD`. An ‘owner’ is a registered user whom is allowed to make
changes to a pod, such as pushing new versions and adding and removing
other ‘owners’.
Options:
--silent Show nothing
--verbose Show more debugging information
--no-ansi Show output without ANSI codes
--help Show help banner of specified command
发布自己的pods到CocoaPods trunk很早很早以前写过一篇提交自己的Pods到CocoaPods的文章,那会还在傻B的使用163博客总结技术知识点,几年过去了早已不符合潮流了,昨天正好有时间就总结了现今的方案!(...