blob: 4164f4cb19c0640140b1e5377bb63d037029d258 [file] [log] [blame]
{
"name": "Dysprosium",
"version": "6.0.1",
"authors": {
"Bas van Kuijck": "bas@e-sites.nl"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "http://www.e-sites.nl",
"summary": "Deallocation helper for runtime objects",
"source": {
"git": "https://github.com/e-sites/Dysprosium.git",
"tag": "v6.0.1"
},
"source_files": "Sources/**/*.{swift,h}",
"xcconfig": {
"OTHER_SWIFT_FLAGS": "\"-D$(CONFIGURATION:identifier:upper)\""
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"requires_arc": true,
"dependencies": {
"Lithium": [
]
},
"swift_version": "5.2"
}