blob: 00181fcbd28ae3cda62ea5f0d3a006fec46fa2ab [file] [log] [blame]
{
"name": "ServiceRegistry",
"version": "0.3.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.",
"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.3.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "API",
"source_files": "Pod/API/**/*.swift",
"dependencies": {
"SwiftToolKit": [
"~>0.2.4"
]
}
},
{
"name": "Implementation",
"source_files": "Pod/Implementation/**/*.swift",
"dependencies": {
"ServiceRegistry/API": [
]
}
}
]
}