blob: 571026410cb7a3355acf6a682550e68b30418ded [file] [log] [blame]
{
"name": "ServiceRegistry",
"version": "0.1.2",
"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.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "API",
"source_files": "Pod/API/**/*.swift"
},
{
"name": "Implementation",
"source_files": "Pod/Implementation/**/*.swift",
"dependencies": {
"SwiftToolKit": [
],
"ServiceRegistry/API": [
]
}
}
]
}