blob: 8a8d574f1a4adb64209e15ab54ff0a2f03f3c2d2 [file] [log] [blame]
{
"name": "CoreDataTools",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0",
"5.0"
],
"source_files": "CoreDataTools/Classes/**/*",
"swift_version": "5.0"
}