blob: dd8bbb68eaa65f68d254f103e1bfa2beb6bb55f4 [file] [log] [blame]
{
"name": "LimeCore",
"version": "1.0.1",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"summary": "Supporting classes developed and used by Lime - HighTech Solutions",
"homepage": "https://github.com/lime-company/swift-lime-core",
"social_media_url": "https://twitter.com/lime_company",
"authors": {
"Lime - HighTech Solutions s.r.o.": "support@lime-company.eu"
},
"source": {
"git": "https://github.com/lime-company/swift-lime-core.git",
"tag": "1.0.1"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"default_subspecs": "Localization",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/*.swift"
},
{
"name": "Config",
"source_files": "Source/Config/*.swift",
"dependencies": {
"LimeCore/Core": [
]
}
},
{
"name": "Localization",
"source_files": "Source/Localization/*.swift",
"dependencies": {
"LimeCore/Config": [
]
}
},
{
"name": "LocalizedString",
"source_files": "Source/LocalizedString/*.swift",
"dependencies": {
"LimeCore/Localization": [
]
}
}
]
}