blob: 6bf5910502f733f7cdc573f6564e0a9b13653d1b [file] [log] [blame]
{
"name": "XCServerCoreData",
"version": "2.2.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": "2.2.0"
},
"source_files": "Sources/*",
"resources": "Resources/*",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"CodeQuickKit/CoreData": [
"~> 3.0"
],
"XCServerAPI": [
"~> 1.1"
]
},
"platforms": {
"osx": "10.10",
"ios": "9.1",
"tvos": "9.1",
"watchos": "2.1"
}
}