blob: 6698a1400309f5f6ffa59a80cfa0ffc3c3633fed [file] [log] [blame]
{
"name": "EntryConverter",
"version": "0.0.1",
"summary": "EntryConverter is a Sifra Digital library to convert Entry objects",
"description": "This library is to parse Entry Objects",
"homepage": "https://github.com/SifraDigital/EntryConverter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chaimgross": "chaimgross1026@gmail.com"
},
"platforms": {
"ios": "13.5"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/SifraDigital/EntryConverter.git",
"tag": "0.0.1"
},
"source_files": "EntryConverter/**/*.{h,m,swift}",
"public_header_files": "EntryConverter/**/*.h",
"dependencies": {
"Runtime": [
"~> 2.1.1"
]
},
"swift_version": "5.0"
}