blob: 206bed535168f1e7c426fec0574c6de18a7a3b2f [file] [log] [blame]
{
"name": "LimeConfig",
"version": "0.9.99",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"summary": "Shared configuration for swift libraries",
"homepage": "https://github.com/lime-company/swift-lime-config",
"social_media_url": "https://twitter.com/lime_company",
"authors": {
"Lime - HighTech Solution s.r.o.": "support@lime-company.eu"
},
"source": {
"git": "https://github.com/lime-company/swift-lime-config.git",
"tag": "0.9.99"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"source_files": "Source/*.swift",
"dependencies": {
"LimeCore": [
"< 0.9.4"
]
},
"deprecated": true,
"deprecated_in_favor_of": "LimeCore/Config"
}