blob: e17bb6680c0d0b8f954fd9367df817bc7bb111bb [file] [log] [blame]
{
"name": "Cobra",
"module_name": "Cobra",
"version": "3.0.0",
"summary": "Application routing framework written in Swift",
"description": "Cobra is a lightweight application routing framework written in Swift that provides modular abstractions to your code base that is built on top of Swinject, a lightweight dependency injection framework.",
"homepage": "https://github.com/locationlabs/Cobra",
"license": "APL2",
"authors": {
"Location Labs": "iosswiftdevelop@locationlabs.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/locationlabs/Cobra.git",
"tag": "3.0.0"
},
"source_files": "Sources/**/*.{h,swift}",
"dependencies": {
"Swinject": [
"~> 2"
],
"SwinjectPropertyLoader": [
"~> 1"
]
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "DataTypes",
"source_files": "Sources/Constructible.swift"
}
]
}