blob: 7c53518aa33178a91960a1b1f55d05d2ffdc4efa [file] [log] [blame]
{
"name": "PMValidation",
"version": "1.3.2",
"summary": "A modular, extendable text validation library for iOS and tvOS.",
"description": "PMValidation is a modular, extendable text validation library for iOS and tvOS. 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.",
"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",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/poetmountain/PMValidation.git",
"tag": "1.3.2"
},
"ios": {
"source_files": "Classes/**/*.{h,m}"
},
"tvos": {
"source_files": "Classes/**/*.{h,m}"
},
"exclude_files": "PMValidationDemo",
"requires_arc": true
}