blob: ae269ddca2cd0f40f317bed59962aa497464320a [file] [log] [blame]
{
"name": "XCServerAPI",
"version": "3.1.0",
"summary": "API and model classes for interacting with an Xcode Server REST API.",
"description": "The Xcode Server REST API can be a powerful tool for interacting and managing Xcode bots and integrations.\nThis framework models many of the Xcode Server entities and provides a simple interface for retrieving data.",
"homepage": "https://github.com/richardpiazza/XCServerAPI",
"license": "MIT",
"authors": {
"Richard Piazza": "github@richardpiazza.com"
},
"social_media_url": "https://twitter.com/richardpiazza",
"source": {
"git": "https://github.com/richardpiazza/XCServerAPI.git",
"tag": "3.1.0"
},
"source_files": "Sources/*",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"CodeQuickKit": [
"~> 6.0"
],
"BZipper": [
"~> 1.0.3"
]
},
"platforms": {
"osx": "10.13",
"ios": "11.0",
"tvos": "11.0",
"watchos": "4.0"
},
"pushed_with_swift_version": "4.0"
}