blob: ef53c6520dad60b176528f6637085a47288657f0 [file] [log] [blame]
{
"name": "LimeCore",
"version": "1.3.1",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"summary": "Supporting classes developed and used by Wultra",
"homepage": "https://github.com/wultra/swift-lime-core",
"social_media_url": "https://twitter.com/wultra",
"authors": {
"Wultra s.r.o.": "support@wultra.com"
},
"source": {
"git": "https://github.com/wultra/swift-lime-core.git",
"tag": "1.3.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"default_subspecs": "Localization",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/*.swift"
},
{
"name": "Localization",
"source_files": "Source/Localization/*.swift",
"dependencies": {
"LimeCore/Core": [
]
}
}
],
"swift_version": "5.0"
}