blob: c10164c7f11beb45455768dbe5cee1d2f84ba649 [file] [log] [blame]
{
"name": "BuildaUtils",
"version": "0.3.1",
"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.3.1"
},
"source_files": "Source/*.{swift}",
"dependencies": {
"SwiftSafe": [
"~> 0.1"
]
}
}