blob: a16bc63bdf87e8b0ee63aa883536fb7de4d1d2ab [file] [log] [blame]
{
"name": "CoreDataPod",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.1",
"source_files": "CoreDataPod/Classes/*",
"resource_bundles": {
"DataStore": [
"CoreDataPod/*.xcdatamodeld"
]
}
}