blob: 5f7483bcebb83f7177f21d2f9d9f99dba71652ff [file] [log] [blame]
{
"name": "DependencyManager",
"version": "1.0.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": "michel06@ukr.net"
},
"source": {
"git": "https://github.com/Michael-Vorontsov/DependencyManager.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "DependencyManager/Classes/**/*"
}