[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 1 / 3 / Cobra / 2.0.0 / Cobra.podspec.json
blob238c524b16d9e274b2bc5503c881bf8844f166ac
2   "name": "Cobra",
3   "module_name": "Cobra",
4   "version": "2.0.0",
5   "summary": "Application routing framework written in Swift",
6   "description": "Cobra is a lightweight application routing framework written in Swift that provides modular abstractions to your code base that is built on top of Swinject, a lightweight dependency injection framework.",
7   "homepage": "https://github.com/locationlabs/Cobra",
8   "license": "APL2",
9   "authors": {
10     "Location Labs": "iosswiftdevelop@locationlabs.com"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/locationlabs/Cobra.git",
18     "tag": "2.0.0"
19   },
20   "source_files": "Sources/**/*.{h,swift}",
21   "dependencies": {
22     "Swinject": [
23       "~> 2.0.0-beta.2"
24     ],
25     "SwinjectPropertyLoader": [
26       "1.0.0-beta.2"
27     ]
28   },
29   "pushed_with_swift_version": "3.0",
30   "subspecs": [
31     {
32       "name": "DataTypes",
33       "source_files": "Sources/Constructible.swift"
34     }
35   ]