blob: a774ff7318171ad441a7db2e8b6a11bfd15a7e8d [file] [log] [blame]
{
"name": "Baxter",
"version": "1.0.0",
"summary": "Baxter is a iOS/macOS/tvOS/watchOS framework that extends the CoreData framework.",
"description": "Baxter is a iOS/macOS/tvOS/watchOS framework that extends the `CoreData` framework. It provides methods to simplify fetching and importing.",
"homepage": "https://github.com/Kosoku/Baxter",
"license": {
"type": "BSD",
"file": "license.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/Baxter.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"requires_arc": true,
"source_files": "Baxter/**/*.{h,m}",
"exclude_files": "Baxter/Baxter-Info.h",
"private_header_files": "Baxter/Private/*.h",
"frameworks": [
"Foundation",
"CoreData"
],
"dependencies": {
"Stanley": [
]
}
}