blob: 8958ad6e5d6753fe5fbe701827ec8e69031bcd84 [file] [log] [blame]
{
"name": "SwiftResolver",
"version": "1.0.0",
"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/99Taxis/SwiftResolver",
"license": "MIT",
"authors": {
"Vinicius Rodrigues": "vinicius.a.ro@gmail.com"
},
"source": {
"git": "https://github.com/99Taxis/SwiftResolver.git",
"tag": "1.0.0"
},
"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": "3.0"
}