blob: 29f3d1fb1d5ae9a3dbe362f073315a1a0fbeb0e6 [file] [log] [blame]
{
"name": "Rapier",
"version": "0.0.3",
"summary": "A dependency injection framework for swift.",
"description": "This pods purpose is to reduce the boilerplate that comes with using dependency\ninjection. It generates an initializer for constructor/initializer injection\nand class members from a dependencies annotation in addition to a handy factory class.\nIt uses sourcery for code generation and swinject to help build the object graph.",
"homepage": "https://github.com/kaygro/Rapier",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kaygro": "kay@dein-superheld.de"
},
"source": {
"git": "https://github.com/kaygro/Rapier.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1",
"source_files": "Rapier/Templates/*.swifttemplate",
"dependencies": {
"Swinject": [
]
},
"default_subspecs": "Manual",
"subspecs": [
{
"name": "AutoIntegrate",
"source_files": "Rapier/Templates/*.swifttemplate",
"dependencies": {
"Sourcery": [
]
}
},
{
"name": "Manual",
"source_files": "Rapier/Templates/*.swifttemplate"
}
]
}