blob: 9d83f5bd9f144096508b36493ef6bae955ce73a3 [file] [log] [blame]
{
"name": "CacheStore",
"platforms": {
"ios": "10.0"
},
"version": "1.0.0",
"license": "MIT",
"homepage": "https://github.com/levieggert/KeyboardAssistant",
"authors": {
"levieggert": "levi.eggert@gmail.com"
},
"summary": "Module that wraps NSPersistentContainer and provides core routines for working with CoreData.",
"description": "A swift library for working with NSPersistentContainer and CoreData. Provides methods for fetching, inserting, and deleting entities and a method for saving a context.",
"source": {
"git": "https://github.com/levieggert/CacheStore.git",
"tag": "1.0.0"
},
"source_files": "Source/*.swift",
"swift_version": "4.2"
}