[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / e / 0 / Gorgon / 3.1.0 / Gorgon.podspec.json
blob70858b09de7a2f88da66307e14817e7b28fa0246
2   "name": "Gorgon",
3   "module_name": "Gorgon",
4   "version": "3.1.0",
5   "summary": "Application daemon framework for Single Responsibility Principle abstractions of the UIApplicationDelegate",
6   "homepage": "http://www.locationlabs.com",
7   "license": "APL2",
8   "authors": {
9     "Location Labs": "iosswiftdevelop@locationlabs.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/locationlabs/Medusa.git",
17     "tag": "3.1.0"
18   },
19   "source_files": "Sources/**/*.{h,swift}",
20   "dependencies": {
21     "Swinject": [
22       "~> 2"
23     ],
24     "SwinjectPropertyLoader": [
25       "~> 1"
26     ]
27   },
28   "pushed_with_swift_version": "3.0"