blob: ab7610275700b49ba3774491c7106004e6e1d205 [file] [log] [blame]
{
"name": "DPLibrary",
"version": "1.3.0",
"summary": "DP library",
"description": "A set of useful utilities",
"homepage": "https://github.com/DPLibs/DPLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitriy Polyakov": "dmitriyap11@gmail.com"
},
"source": {
"git": "https://github.com/DPLibs/DPLibrary.git",
"tag": "1.3.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "DPLibrary/**/*",
"swift_versions": "4.2",
"dependencies": {
"KeychainSwift": [
"~> 19.0"
],
"Kingfisher": [
"~> 5.15.6"
]
},
"swift_version": "4.2"
}