blob: 3dcca219b24e53c18c5adc539f0066bb7a4524de [file] [log] [blame]
{
"name": "AACoreData",
"version": "1.0",
"summary": "AACoreData is a lightweight data persistence wrapper designed to provide an easier solution for `CRUD` operations using CoreData in Swift.",
"description": "AACoreData is a lightweight data persistence wrapper designed to provide an easier solution for `CRUD` operations using `CoreData`, written in Swift. It provides a singleton instance to access `CoreData` objects anywhere in the code and uses 'value types' to define `CoreData` entities.",
"homepage": "https://github.com/EngrAhsanAli/AACoreData",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Engr. Ahsan Ali": "hafiz.m.ahsan.ali@gmail.com"
},
"source": {
"git": "https://github.com/EngrAhsanAli/AACoreData.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AACoreData/Classes/**/*"
}