berzniz/Sequencer

Please add semantic version tags

Closed this issue · 7 comments

Congrats for your great Sequencer class!

Could you please add a suitable version tag (such as 1.0.0) to use with cocoapods.org ?

Thanks,
Ary

Thanks.

Fork it, pull request it -> I will add it :)

Just did!

Once you approve it I'll add the podspec file (I already prepared) to the cocoa pods.org repo...

On 5 Feb 2013, at 17:57, berzniz notifications@github.com wrote:

Thanks.

Fork it, pull request it -> I will add it :)


Reply to this email directly or view it on GitHub.

Approved. Thanks for taking the time to contribute.

If there is also something worth adding to the README in order to explain about the pod integration, let me know.

You need to add a tag with exact text "1.0.0" - apparently it was not imported with the pull request…
Then I'll upload the spec file to cocoapods and once approved, I'll send you the few lines to add to the README.

On 6 Feb 2013, at 11:29, berzniz notifications@github.com wrote:

Approved. Thanks for taking the time to contribute.

If there is also something worth adding to the README in order to explain about the pod integration, let me know.


Reply to this email directly or view it on GitHub.

I added a 1.0.0 tag

Thanks! I sent a pull-request to cocoapods … I'll keep you informed.

On 6 Feb 2013, at 12:41, berzniz notifications@github.com wrote:

I added a 1.0.0 tag


Reply to this email directly or view it on GitHub.

My podspec has been approved and merged, Sequencer is now a pod called (guess what!) "Sequencer".
You can see it here:
http://cocoapods.org/?q=sequencer

And it would be nice to add something like this in the README:


Installation
The recommended approach for installing Sequencer is via the CocoaPods package manager, as it provides flexible dependency management and dead simple installation.

Install CocoaPods if not already available:

$ [sudo] gem install cocoapods
$ pod setup

Edit your Podfile and add Sequencer:

$ edit Podfile
platform :ios, '5.0'
pod 'Sequencer'

Install into your Xcode project:

$ pod install

Add #include "Sequencer.h" to the top of classes that will use it.


On 6 Feb 2013, at 11:29, berzniz notifications@github.com wrote:

Approved. Thanks for taking the time to contribute.

If there is also something worth adding to the README in order to explain about the pod integration, let me know.


Reply to this email directly or view it on GitHub.