blob: 90ef81390e6c0ac957a0af90fa8d4db214c2c705 [file] [log] [blame]
{
"name": "Gorgon",
"module_name": "Gorgon",
"version": "4.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": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/locationlabs/Medusa.git",
"tag": "4.0.0"
},
"source_files": "Sources/**/*.{h,swift}",
"dependencies": {
"Swinject": [
"~> 2"
],
"SwinjectPropertyLoader": [
"~> 1"
]
},
"pushed_with_swift_version": "3.0"
}