To run the example project, clone the repo, and run pod install from the Example directory first.
YDPCard is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'YDPCard'Also add this to end:
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['CONFIGURATION_BUILD_DIR'] = '$PODS_CONFIGURATION_BUILD_DIR'
end
end
endJosé Miguel Herrero, jmiguel.herrero@yudonpay.com
YDPCard is available under the MIT license. See the LICENSE file for more info.

