Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.43 KB

File metadata and controls

42 lines (32 loc) · 1.43 KB

YDPCard

Version Platform Swift License

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

-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
end

Author

José Miguel Herrero, jmiguel.herrero@yudonpay.com

License

YDPCard is available under the MIT license. See the LICENSE file for more info.