blob: fa2c95b599b38101c51e94e8769a33c2ae012b97 [file] [log] [blame]
{
"name": "Baxter",
"version": "2.0.1",
"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": "Apache 2.0",
"file": "LICENSE.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/Baxter.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0",
"watchos": "5.0"
},
"requires_arc": true,
"source_files": "Baxter/**/*.{h,m}",
"exclude_files": "Baxter/Baxter-Info.h",
"osx": {
"exclude_files": "Baxter/KBAFetchedResultsObserver.{h,m}",
"frameworks": [
"Foundation",
"CoreData"
]
},
"tvos": {
"exclude_files": [
"Baxter/KBAFetchedResultsObserver.{h,m}",
"Baxter/KBAFetchedResultsController.{h,m}"
],
"frameworks": [
"Foundation",
"CoreData"
]
},
"watchos": {
"exclude_files": [
"Baxter/KBAFetchedResultsObserver.{h,m}",
"Baxter/KBAFetchedResultsController.{h,m}"
],
"frameworks": [
"Foundation",
"CoreData"
]
},
"private_header_files": "Baxter/Private/*.h",
"ios": {
"frameworks": [
"Foundation",
"CoreData",
"UIKit"
]
},
"dependencies": {
"Stanley": [
]
}
}