Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 449 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 449 Bytes

IBANCheck

What is it for?

Checks a given IBAN (International Banking Account Number) against ISO 13616:2007.

Build Status CocoaPods Version

CocoaPods

If you want to add IBANCheck using CocoaPods then add the following dependency to your Podfile.

target MyProject do
  pod 'IBANCheck'
end