Tricertops / Objective-Chain

Object-oriented reactive framework, inspired by ReactiveCocoa
MIT License
236 stars 19 forks source link

'Podspec' file has been added. #6

Closed maximkhatskevich closed 9 years ago

maximkhatskevich commented 9 years ago

These fixes allow to use this library as a private Pod. If you accept this pull request - please don't forget to update 's.source' property value with URL to your repository.

Tricertops commented 9 years ago

The podfile references version 0.2.0, which is from March 2014. Is it possible to reference latest commit on master withou creating tags?

maximkhatskevich commented 9 years ago

It doesn't really matter as far as you do not officially publish your repo on CocoaPods.org. Just leave as is, and anyone who wants to use this library as a pod should include this line in Podfile:

pod 'Objective-Chain', :git => 'https://github.com/iMartinKiss/Objective-Chain.git'

This will always fetch latest commit from default branch (usually 'master').

Tricertops commented 9 years ago

Ok, thanks.

maximkhatskevich commented 9 years ago

No problem! Don't forget to change 's.source' property value (see above).

Tricertops commented 9 years ago

I did :) https://github.com/iMartinKiss/Objective-Chain/blob/master/Objective-Chain.podspec