blob: 9181307b0e3a6045e5111c820290e2dff2501cdd [file] [log] [blame]
{
"name": "AACoreData",
"version": "1.0.1",
"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.1"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AACoreData/Classes/**/*",
"pushed_with_swift_version": "3.0"
}