blob: 4947113543ff9d06923e31253c4733b51a7ba607 [file] [log] [blame]
{
"name": "RouterService",
"module_name": "RouterService",
"version": "0.2.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Route based dependency injection SDK for iOS.",
"homepage": "https://github.com/rockbruno/RouterService",
"authors": {
"Bruno Rocha": "brunorochaesilva@gmail.com"
},
"social_media_url": "https://twitter.com/rockbruno_",
"swift_versions": "5.0",
"source": {
"git": "https://github.com/rockbruno/RouterService.git",
"branch": "master",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/RouterService/Sources/**/*",
"dependencies": {
"RouterServiceInterface": [
"0.2.0"
]
},
"swift_version": "5.0"
}