[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 1 / 3 / Cobra / 1.2.0 / Cobra.podspec.json
blob03fa6047196546264b18c723d30b1e335875ecc3
2   "name": "Cobra",
3   "module_name": "Cobra",
4   "version": "1.2.0",
5   "summary": "Application routing framework written in Swift",
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/Cobra.git",
17     "tag": "1.2.0"
18   },
19   "source_files": "Sources/**/*.{h,swift}",
20   "dependencies": {
21     "Swinject": [
22       "~> 1.1"
23     ]
24   },
25   "pushed_with_swift_version": 2.2,
26   "subspecs": [
27     {
28       "name": "DataTypes",
29       "source_files": "Sources/Constructible.swift"
30     }
31   ]