blob: a78d9e5aa96273be8236154a653746869b68308a [file] [log] [blame]
{
"name": "EntryConverter",
"version": "0.0.7",
"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": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/SifraDigital/EntryConverter.git",
"tag": "0.0.7"
},
"source_files": "EntryConverter/**/*.{h,m,swift}",
"public_header_files": "EntryConverter/**/*.h",
"dependencies": {
"Runtime": [
"~> 2.1.1"
],
"SwiftyJSON": [
"~> 5.0.0"
]
},
"swift_version": "5.0"
}