[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / a / 9 / d / NGRValidation / 1.3.0 / NGRValidation.podspec.json
blob9b8f30a7e93ac927dca87d63305478bb3d4cea3a
2   "name": "NGRValidation",
3   "version": "1.3.0",
4   "summary": "Centralized and comprehensive validator for iOS",
5   "description": "NGRValidator is an Objective-C 3rd party library for iOS and OSX. It allows you to validate the data in the way that you want. It's an easy to read, centralized, and comprehensive solution to validating any Objective-C model in just a few lines of code.",
6   "homepage": "https://github.com/sdkdimon/NGRValidation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Dmitry Lizin": "sdkdimon@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/sdkdimon/NGRValidation.git",
16     "tag": "1.3.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.8"
21   },
22   "requires_arc": true,
23   "source_files": "NGRValidation/**/*.{h,m}",
24   "module_map": "NGRValidation/modulemap.modulemap"