blob: 47870b995072f5ad1704d23202ec00b402653430 [file] [log] [blame]
{
"name": "XCServerCoreData",
"version": "3.1.3",
"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": "3.1.3"
},
"source_files": "Sources/*",
"resources": "Resources/*",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"CodeQuickKit/CoreData": [
"~> 4.0"
],
"XCServerAPI": [
"~> 2.1"
]
},
"platforms": {
"osx": "10.12",
"ios": "10.0",
"tvos": "10.0",
"watchos": "3.0"
}
}