blob: 62319814a481ae8712218e8c6400d041e7125179 [file] [log] [blame]
{
"name": "ServiceRegistry",
"version": "0.1.0",
"summary": "A dependency injection framework written in Swift.",
"description": "ServiceRegistry is a dependency injection framework written in Swift.\nIt allows you to register Implementations for their API's in order to more effectively componentize\nyour code.\n",
"homepage": "https://github.com/AttilaTheFun/ServiceRegistry",
"license": "MIT",
"authors": {
"Logan Shire": "logan.shire@gmail.com"
},
"source": {
"git": "https://github.com/AttilaTheFun/ServiceRegistry.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ServiceRegistry": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"SwiftToolKit": [
]
}
}