blob: da7fcb22cf27d822c0bcf1f494ba957cf681b2bb [file] [log] [blame]
{
"name": "XCServerCoreData",
"version": "2.0.4",
"summary": "Bringing Xcode Server and Core Data together.",
"description": "An Apple library that models an Xcode Server into Core Data",
"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.0.4"
},
"source_files": "Sources/*",
"resources": "Resources/*",
"platforms": {
"ios": "9.1",
"tvos": "9.0"
},
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"CodeQuickKit/CoreData": [
"~> 2.5"
]
}
}