blob: fbc70e2750c0b4ddad66c21408d76bc709fdf144 [file] [log] [blame]
{
"name": "XCServerCoreData",
"version": "2.1.2",
"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.1.2"
},
"source_files": "Sources/*",
"resources": "Resources/*",
"platforms": {
"ios": "9.1"
},
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"CodeQuickKit/CoreData": [
"~> 2.5"
],
"XCServerAPI": [
"~> 1.0"
]
}
}