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