LMPaymentKit
LMPaymentKit copied to clipboard
create a CocoaPod :)
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
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'