blob: af105928ea2c0248eeebffd9f07db8fd672d869b [file] [log] [blame]
{
"name": "TPInjector",
"version": "0.2.0",
"summary": "Swift dependency injection",
"description": "Simple swift dependency injection framework",
"homepage": "https://github.com/threeplay/TPInjector",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eliran Ben-Ezra": "eliran@threeplay.com"
},
"source": {
"git": "https://github.com/threeplay/TPInjector.git",
"tag": "0.2.0"
},
"swift_version": "4.0",
"platforms": {
"osx": "10.10"
},
"source_files": "TPInjector/Classes/**/*"
}