alexbw / novocaine

Painless high-performance audio on iOS and Mac OS X
http://alexbw.github.com/novocaine/
MIT License
2.23k stars 273 forks source link

Cocoapods : novocaine version 0.0.1 #71

Open vincestus opened 10 years ago

vincestus commented 10 years ago

Hi,

The available version of novocaine on Cocoapods seems to be 2 years old. Do you have any plans to update the version ?

Regards,

alexbw commented 10 years ago

It seems CocoaPods itself is 2 years old, and that Novocaine was one of the original packages to be on there, I think. I'm not sure who uploaded it originally, but it wasn't me. I'll look into it, but if you were to upload it, it would be a really nice move for Novocaine.

On Tue, Jan 28, 2014 at 8:52 AM, vincestus notifications@github.com wrote:

Hi,

The available version of novocaine on Cocoapods seems to be 2 years old. Do you have any plans to update the version ?

Regards,

Reply to this email directly or view it on GitHubhttps://github.com/alexbw/novocaine/issues/71 .

vincestus commented 10 years ago

I won't be able to do it myself but think it's an great way for applications to stay up to day...

vincestus commented 10 years ago

Hello Alex,

You’ll find hereunder the specs of the pod. There has to be an tag version, could you do that in the current repo ? Next to that, could you give me your comments about the other elements ?

Pod::Spec.new do |s|
s.name = 'Novocaine' s.version = '0.0.1' s.license = 'MIT' s.summary = 'Painless high-performance audio on iOS and Mac OS X.' s.homepage = 'http://alexbw.github.com/novocaine/' s.author = { 'Ari Lerner' => 'arilerner@mac.com', 'Alex Wiltschko' => '@awiltsch' } s.source = { :git => 'https://github.com/auser/novocaine.git', :tag => '0.0.1' } s.source_files = 'Novocaine' s.frameworks = 'AudioToolbox', 'Accelerate' end

Vincent Castus
PinchProject - Your App, Our Touch Business Development Director +32 473 301 315 http://www.pinchproject.com(http://www.pinchproject.com/) @pinchproject

This message (including any attachments) is confidential and may be privileged. If you have received it by mistake please notify the sender by return e-mail and delete this message and any copy from your system. Any unauthorised use or dissemination of this message in whole or in part is strictly prohibited.

On 28 Jan 2014 15:36:16, Alex Wiltschko notifications@github.com wrote: It seems CocoaPods itself is 2 years old, and that Novocaine was one of the original packages to be on there, I think. I'm not sure who uploaded it originally, but it wasn't me. I'll look into it, but if you were to upload it, it would be a really nice move for Novocaine.

On Tue, Jan 28, 2014 at 8:52 AM, vincestus notifications@github.com wrote:

Hi,

The available version of novocaine on Cocoapods seems to be 2 years old. Do you have any plans to update the version ?

Regards,

Reply to this email directly or view it on GitHubhttps://github.com/alexbw/novocaine/issues/71 .

— Reply to this email directly or view it on GitHub(https://github.com/alexbw/novocaine/issues/71#issuecomment-33483185).