blob: 80e38e204eecd9a13c8bd35b19b1052862bb6b58 [file] [log] [blame]
{
"name": "UKPostcodeValidator",
"version": "0.1.1",
"summary": "A simple category to provide UK postcode validation to NSString contents.",
"homepage": "https://github.com/calvincestari/UKPostcodeValidator",
"license": "MIT",
"authors": {
"Calvin Cestari": "calvin@calvincestari.com"
},
"source": {
"git": "https://github.com/calvincestari/UKPostcodeValidator.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/**/*.h"
}