blob: 4f7e52d26f372411cfef3c8ab06ea872db9689f2 [file] [log] [blame]
{
"name": "RVContainer",
"version": "1.0.1",
"license": "MIT",
"summary": "RVContainer - LightWeight objective c IoC Container based on laravel's one",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/BadChoice/RVContainer.git",
"tag": "1.0.1"
},
"description": "RVContainer is a very lightweigh but powerful IoC container based on laravel's one, you can easly bind and resolve classes and protocols and it even comes with an autoinject function to quickly resolve all your needed dependencies",
"homepage": "https://github.com/BadChoice/RVContainer",
"authors": {
"Jordi PuigdellĂ­vol": "jordo@gloobus.net"
},
"source_files": [
"RVContainer/lib/**/*"
],
"requires_arc": true
}