[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / a / b / PMValidation / 1.3.2 / PMValidation.podspec.json
blob7c53518aa33178a91960a1b1f55d05d2ffdc4efa
2   "name": "PMValidation",
3   "version": "1.3.2",
4   "summary": "A modular, extendable text validation library for iOS and tvOS.",
5   "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.",
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     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/poetmountain/PMValidation.git",
20     "tag": "1.3.2"
21   },
22   "ios": {
23     "source_files": "Classes/**/*.{h,m}"
24   },
25   "tvos": {
26     "source_files": "Classes/**/*.{h,m}"
27   },
28   "exclude_files": "PMValidationDemo",
29   "requires_arc": true