blob: 70858b09de7a2f88da66307e14817e7b28fa0246 [file] [log] [blame]
{
"name": "Gorgon",
"module_name": "Gorgon",
"version": "3.1.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.1.0"
},
"source_files": "Sources/**/*.{h,swift}",
"dependencies": {
"Swinject": [
"~> 2"
],
"SwinjectPropertyLoader": [
"~> 1"
]
},
"pushed_with_swift_version": "3.0"
}