blob: 36aa8e6895367407318744a5d3174cdd44e08b4c [file] [log] [blame]
{
"name": "InjectableSwift",
"version": "0.1.4",
"summary": "A Swift dependency injection container",
"description": "A Swift dependency injection container which minimises the need for centralised registration",
"homepage": "https://github.com/nicholascross/Injectable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Nicholas Cross",
"social_media_url": "https://twitter.com/nickacross",
"platforms": {
"ios": "11.0",
"osx": "10.9",
"watchos": "3.2",
"tvos": "11.0"
},
"source": {
"git": "https://github.com/nicholascross/Injectable.git",
"tag": "0.1.4"
},
"source_files": "Injectable/**/*.swift",
"requires_arc": true,
"swift_version": "4.2"
}