[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / a / b / PMValidation / 1.1.0 / PMValidation.podspec.json
blob259d6283379ecf5ca27c939ad8ab50c3babdd655
2   "name": "PMValidation",
3   "version": "1.1.0",
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": "http://https://github.com/poetmountain/PMValidation",
7   "license": "MIT",
8   "authors": {
9     "Brett Walker": "brett@poetmountain.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/poetmountain/PMValidation.git",
16     "tag": "1.1.0"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "PMValidationDemo",
23   "requires_arc": true