[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 6 / 4 / NSString+TextAndNumberValidation / 0.11 / NSString+TextAndNumberValidation.podspec.json
blob33eca6e465ec4502803ba9db06e2442497be1ffe
2   "name": "NSString+TextAndNumberValidation",
3   "version": "0.11",
4   "summary": "NSString category methods to simplify popular string standards validation.",
5   "description": "Validates:- Polish PESEL number (Personal Number)- Polish NIP number- Polish REGON number- Email address using regular expression- Telephone number- Credit Card numbers - Luhn numbers- Bank Account numbers.",
6   "homepage": "http://github.com/mapedd/NSString-TextAndNumberValidation",
7   "license": "Apache",
8   "authors": {
9     "Tomek Kuzma": "mapedd@mapedd.net"
10   },
11   "source": {
12     "git": "https://github.com/mapedd/NSString-TextAndNumberValidation.git",
13     "tag": "0.11"
14   },
15   "platforms": {
16     "ios": null
17   },
18   "source_files": "NSString+TextAndNumberValidation.{h,m}",
19   "requires_arc": true