blob: 39b11c160d535828f83c7a16ad6017cbd40aa3e8 [file] [log] [blame]
{
"name": "XCServerCoreData",
"version": "5.5.0",
"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.5.0"
},
"source_files": "Sources/*",
"resources": "Resources/*",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"swift_version": "4.2",
"dependencies": {
"CodeQuickKit": [
"~> 6.4"
],
"XCServerAPI": [
"~> 5.0"
]
},
"platforms": {
"osx": "10.13",
"ios": "11.0",
"tvos": "11.0",
"watchos": "4.0"
}
}