blob: 34818043c5fc9fadb9860fc528df9b15948a3f25 [file] [log] [blame]
{
"name": "BxCoding",
"version": "3.0.0",
"swift_version": "4.2",
"summary": "Beautiful and Safe Serialization of Json and Plists in Swift.",
"description": "BxCoding provides a beautiful way for reading Json and Plists as well as for serialization. It aims to remove as many conditional bindings as possible without throwing errors until needed.",
"homepage": "https://bxcoding.borchero.com",
"documentation_url": "https://bxcoding.borchero.com/docs",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Oliver Borchert": "borchero@icloud.com"
},
"source": {
"git": "https://github.com/borchero/BxCoding.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxCoding/**/*.{swift,h,m,mm,cpp,c}",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"BxUtility": [
"~> 3.0"
]
},
"frameworks": "Foundation"
}