Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create a CocoaPod :) #3

Open
toblerpwn opened this issue Feb 11, 2014 · 1 comment
Open

create a CocoaPod :) #3

toblerpwn opened this issue Feb 11, 2014 · 1 comment

Comments

@toblerpwn
Copy link

http://guides.cocoapods.org/

rad repo, rad work. would love to see it on Cocoapods - we use it for all of our package management

@mathisonian
Copy link

Since the project contains a podspec, you should be able to use cocoapods to point to this git repository.

e.g.

# point to current master brand
pod 'PaymentKit', :git => 'https://github.com/lmcd/PaymentKit.git'

or using specific commits

# point to tag v2.0.0
pod 'PaymentKit', :git => 'https://github.com/lmcd/PaymentKit.git', :commit => '2f50302cbc'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants