blob: 0dcf273dc935f000169a32647e897de4b3ff7a57 [file] [log] [blame]
{
"name": "DPLibrary",
"version": "1.2.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.2.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "DPLibrary/**/*",
"swift_versions": "4.2",
"dependencies": {
"KeychainSwift": [
"~> 19.0"
],
"Kingfisher": [
"~> 5.15.6"
]
},
"swift_version": "4.2"
}