blob: 886ed1ffe983701e5f3c75f894457d5105711720 [file] [log] [blame]
{
"name": "XCServerCoreData",
"version": "5.0.1",
"summary": "A Core Data framework that models the Xcode Server API entities.",
"description": "This framework models most of the Xcode Server REST API entities into a Core Data object graph.",
"homepage": "https://github.com/richardpiazza/XCServerCoreData",
"license": "MIT",
"authors": {
"Richard Piazza": "github@richardpiazza.com"
},
"social_media_url": "https://twitter.com/richardpiazza",
"source": {
"git": "https://github.com/richardpiazza/XCServerCoreData.git",
"tag": "5.0.1"
},
"source_files": "Sources/*",
"resources": "Resources/*",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"CodeQuickKit": [
"~> 6.0"
],
"XCServerAPI": [
"~> 4.0"
]
},
"platforms": {
"osx": "10.13",
"ios": "11.0",
"tvos": "11.0",
"watchos": "4.0"
},
"pushed_with_swift_version": "4.0"
}