LMPaymentKit icon indicating copy to clipboard operation
LMPaymentKit copied to clipboard

create a CocoaPod :)

Open toblerpwn opened this issue 11 years ago • 1 comments
trafficstars

http://guides.cocoapods.org/

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

toblerpwn avatar Feb 11 '14 02:02 toblerpwn

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'

mathisonian avatar Feb 26 '14 19:02 mathisonian