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