blob: 4762a60af5d10891232db8b39b2342e6300106b8 [file] [log] [blame]
{
"name": "XCServerCoreData",
"version": "1.0.0",
"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": "1.0.0"
},
"source_files": "Sources/*",
"platforms": {
"ios": "9.1",
"tvos": "9.0"
},
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"CodeQuickKit/CoreData": [
]
}
}