blob: 4b6a27a9a71365ff2340f22ba26c1f9baa55e376 [file] [log] [blame]
{
"name": "DependencyManager",
"version": "0.1.0",
"summary": "Simple DependencyManager.",
"swift_version": "4.2",
"description": "DependencyManager provides simple way to manage dependencies accors app,\nInitialise it on demand in release if when no longer needed.",
"homepage": "https://github.com/Michael-Vorontsov/DependencyManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Vorontsov": "mykhailov@starsgroup.com"
},
"source": {
"git": "https://github.com/Michael-Vorontsov/DependencyManager.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "DependencyManager/Classes/**/*"
}