blob: de947b62ace337bb87349728a49b0e9b192d4022 [file] [log] [blame]
{
"name": "Gorgon",
"module_name": "Gorgon",
"version": "3.0.0",
"summary": "Application daemon framework for Single Responsibility Principle abstractions of the UIApplicationDelegate",
"homepage": "http://www.locationlabs.com",
"license": "APL2",
"authors": {
"Location Labs": "iosswiftdevelop@locationlabs.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/locationlabs/Medusa.git",
"tag": "3.0.0"
},
"source_files": "Sources/**/*.{h,swift}",
"dependencies": {
"Swinject": [
"~> 2"
],
"SwinjectPropertyLoader": [
"~> 1"
]
},
"pushed_with_swift_version": "3.0"
}