blob: 541532ce12ada6c7026c2962052aa4fbb50598be [file] [log] [blame]
{
"name": "iiwi",
"version": "0.1.0",
"summary": "iiwi simplifies usage of Core Data",
"description": "iiwi is a simple library which helps set up Core Data in application. It relies on NSPersistentContainer and provides implementation of base repositories. Repository allows CRUD operations. There is also convenienece solution for fetching enitities based on generic primary key.",
"homepage": "https://github.com/rogowskimark/iiwi",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rogowskimark": "rogowski.mark@gmail.com"
},
"source": {
"git": "https://github.com/rogowskimark/iiwi.git",
"tag": "0.1.0"
},
"swift_versions": "4.2",
"platforms": {
"ios": "11.0"
},
"source_files": "iiwi/Classes/**/*",
"swift_version": "4.2"
}