blob: 5885a2d394d1b48b28dd8f5b61b63911e95cd1ef [file] [log] [blame]
{
"name": "CorePersistence",
"version": "1.0.0",
"summary": "Easy and safe data persistence and parsing",
"description": "'Easy and safe way to parse objects and persist them in CoreData'",
"homepage": "https://github.com/SynchronicSolutions/CorePersistence",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SynchronicSolutions": "miloshbabic88@gmail.com"
},
"source": {
"git": "https://github.com/SynchronicSolutions/CorePersistence.git",
"tag": "1.0.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source_files": "CorePersistence/Classes/**/*",
"swift_version": "5.0"
}