blob: 736e877270930fd79496d4534dfa9e9aa2a02e4a [file] [log] [blame]
{
"name": "Injectable",
"version": "1.0",
"summary": "Swift Dependency Injection",
"description": "Dependency Injection.\nThe dependency injection pattern leads to code that's modular and testable, and Guice makes it easy to write\nhttps://github.com/google/guice/wiki/Motivation",
"homepage": "https://github.com/1amageek/Injectable",
"license": {
"type": "MIT",
"file": "./LICENSE"
},
"authors": {
"1amageek": "tmy0x3@icloud.com"
},
"social_media_url": "http://twitter.com/1amageek",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/1amageek/Injectable.git",
"tag": "1.0"
},
"source_files": "Injectable/**/*.swift",
"pushed_with_swift_version": "4.0"
}