blob: b407036d6198438e5d99f26298fced372bd541be [file] [log] [blame]
{
"name": "SwiftResolver",
"version": "1.0.5",
"summary": "Dependency injection framework for Swift.",
"description": "The dependency injection pattern helps your app split into loosely-coupled components,\nwhich can be developed, tested and maintained more easily. SwiftResolver helps you\nachieve that in an organized way.",
"homepage": "https://github.com/viniciusaro/SwiftResolver",
"license": "MIT",
"authors": {
"Vinicius Rodrigues": "vinicius.a.ro@gmail.com"
},
"source": {
"git": "https://github.com/viniciusaro/SwiftResolver.git",
"tag": "1.0.5"
},
"social_media_url": "https://twitter.com/vinizzera",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"pushed_with_swift_version": "4.0"
}