[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 9 / a / b / PMValidation / 1.3.1 / PMValidation.podspec.json
blobae00ab1394328e12eb1c7c0da9af5bcccfa7e0a5
2   "name": "PMValidation",
3   "version": "1.3.1",
4   "summary": "A modular, extendable text validation library for iOS.",
5   "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",
6   "homepage": "https://github.com/poetmountain/PMValidation",
7   "license": {
8     "type": "MIT"
9   },
10   "social_media_url": "https://twitter.com/petsound",
11   "authors": {
12     "Brett Walker": "brett@brettwalker.net"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/poetmountain/PMValidation.git",
19     "tag": "1.3.1"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "PMValidationDemo",
26   "requires_arc": true