[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / e / c / BuildaUtils / 0.3.1 / BuildaUtils.podspec.json
blobc10164c7f11beb45455768dbe5cee1d2f84ba649
2   "name": "BuildaUtils",
3   "version": "0.3.1",
4   "summary": "Shared utilities for the Buildasaur and XcodeServerSDK projects.",
5   "description": "Both Buildasaur and XcodeServerSDK need similar utilities. This is where I keep them.",
6   "homepage": "https://github.com/czechboy0/BuildaUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Honza Dvorsky": "http://honzadvorsky.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/czechboy0/BuildaUtils.git",
22     "tag": "v0.3.1"
23   },
24   "source_files": "Source/*.{swift}",
25   "dependencies": {
26     "SwiftSafe": [
27       "~> 0.1"
28     ]
29   }