blob: 36f98d122487792ac4cd56bf1be34b3c9b52be73 [file] [log] [blame]
{
"name": "SwiftResolver",
"version": "1.0.9",
"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.9"
},
"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"
}