blob: e84454344f37322a5ef812bd10bf2c841aa34ffa [file] [log] [blame]
{
"name": "Dupnium",
"version": "1.2.1",
"authors": {
"Bas van Kuijck": "bas@e-sites.nl"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "http://www.e-sites.nl",
"summary": "Localization made easy",
"source": {
"git": "https://github.com/e-sites/Dupnium.git",
"tag": "v1.2.1"
},
"source_files": "Sources/*.{swift,h}",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"swift_versions": [
"4.2",
"5.0"
],
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*.{h,swift}"
},
{
"name": "UI",
"source_files": "Sources/UI/**/*.{h,swift}",
"dependencies": {
"Dupnium/Core": [
]
}
}
],
"swift_version": "5.0"
}