blob: 7c2ccc81f4568c7a38923442b831e0a66127ec29 [file] [log] [blame]
{
"name": "CoreDataPod",
"version": "0.1.1",
"summary": "Dont Panic",
"description": "CoreDataPod is a great resource for example CoreData projects.",
"homepage": "https://github.com/Cfiddle/CoreDataPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Charles Fiedler": "charlesfiedleriii@gmail.com"
},
"source": {
"git": "https://github.com/Cfiddle/CoreDataPod.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.1",
"source_files": "CoreDataPod/Classes/*",
"resource_bundles": {
"DataStore": [
"CoreDataPod/*.xcdatamodeld"
]
}
}