blob: ae00ab1394328e12eb1c7c0da9af5bcccfa7e0a5 [file] [log] [blame]
{
"name": "PMValidation",
"version": "1.3.1",
"summary": "A modular, extendable text validation library for iOS.",
"description": "PMValidation is a modular, extendable text validation library for iOS. It comes with several common validation types for often-used tasks like validating registration forms, however it was architected to be easily extended with your own validation types.\n",
"homepage": "https://github.com/poetmountain/PMValidation",
"license": {
"type": "MIT"
},
"social_media_url": "https://twitter.com/petsound",
"authors": {
"Brett Walker": "brett@brettwalker.net"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/poetmountain/PMValidation.git",
"tag": "1.3.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "PMValidationDemo",
"requires_arc": true
}