blob: 5da866c9e6fef2c78dd42381ff1768b7a73bc18a [file] [log] [blame]
{
"name": "CoreDataTools",
"version": "0.0.5",
"summary": "CoreDataTools simplifies Core Data CRUD operations with an easy to use API.",
"description": "'CoreDataTools makes CRUD operations simple by providing an object that handles all context storing, updating and deleting of data.'",
"homepage": "https://github.com/defoye/CoreDataTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"defoye": "erniedefoy3@gmail.com"
},
"source": {
"git": "https://github.com/defoye/CoreDataTools.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0",
"5.0"
],
"source_files": "CoreDataTools/Classes",
"swift_version": "5.0"
}