blob: 0eb1c19d03a40c428b15a4d7e72abbf1e9633448 [file] [log] [blame]
{
"name": "NSPredicateObjectMapper",
"version": "1.1.0",
"summary": "Wrapper build above NSPredicate adding object access to NSManagedObjects and request chaining.",
"description": "Writing magic strings of NSPredicate is not optimal, I've wanted the same experience from Core Data as for example C# has from LINQ in EntityFramework. Objective access guards types you can or can't operate with, suggests only relevant operation choices after every request in the chain and of course removes a possibility of typos. Framework is lightweight, written in Swift and well documented.",
"homepage": "https://github.com/PisinO/NSPredicateObjectMapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ondřej Pišín": "ondrej.pisin@gmail.com"
},
"source": {
"git": "https://github.com/PisinO/NSPredicateObjectMapper.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/Pisin_O",
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.3",
"source_files": "NSPredicateObjectMapper/Classes/**/*",
"swift_version": "5.3"
}