blob: a7e4873f7fdc6b27232ae93bbc95e0b8b705de65 [file] [log] [blame]
{
"name": "BuildaUtils",
"version": "0.2.8",
"summary": "Shared utilities for the Buildasaur and XcodeServerSDK projects.",
"description": "Both Buildasaur and XcodeServerSDK need similar utilities. This is where I keep them.",
"homepage": "https://github.com/czechboy0/BuildaUtils",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Honza Dvorsky": "http://honzadvorsky.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/czechboy0/BuildaUtils.git",
"tag": "v0.2.8"
},
"source_files": "Source/*.{swift}",
"dependencies": {
"SwiftSafe": [
"~> 0.1"
]
}
}