[Add] GoogleMobileAdsMediationIronSource 8.6.0.0.0
[CocoaPods.git] / Specs / 8 / a / 1 / CoreDataValidation / 1.0 / CoreDataValidation.podspec.json
blob22de9c357ebe2694b5945096a856c9e7a043aa42
2   "name": "CoreDataValidation",
3   "version": "1.0",
4   "summary": "Validation for Core Data objects",
5   "description": "                   This project provides a simple extension for the NSEntityDescription class in Core Data. If allows you to do some basic validation before creating NSManagedObjects.\n",
6   "homepage": "https://github.com/mruegenberg/CoreDataValidation",
7   "license": "MIT",
8   "authors": {
9     "Marcel Ruegenberg": "gh@dustlab.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/mruegenberg/CoreDataValidation.git",
16     "tag": "1.0"
17   },
18   "source_files": "*.{h,m}",
19   "public_header_files": "*.h",
20   "frameworks": [
21     "CoreFoundation",
22     "CoreData"
23   ],
24   "requires_arc": true