[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 6 / 4 / NSString+TextAndNumberValidation / 0.0.1 / NSString+TextAndNumberValidation.podspec.json
bloba3d8e284151b4a1db4af7f1b1840ce32658ba31d
2   "name": "NSString+TextAndNumberValidation",
3   "version": "0.0.1",
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- 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@sezamkowa.net"
10   },
11   "source": {
12     "git": "https://github.com/mapedd/NSString-TextAndNumberValidation.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "source_files": "NSString+TextAndNumberValidation.{h,m}",
20   "requires_arc": false