blob: 6330ce98528c4c68ddfc1d7cee958080d7cc18f3 [file] [log] [blame]
{
"name": "Baxter",
"version": "1.4.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": "1.4.1"
},
"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",
"osx": {
"exclude_files": "Baxter/KBAFetchedResultsObserver.{h,m}",
"frameworks": [
"Foundation",
"CoreData"
]
},
"tvos": {
"exclude_files": "Baxter/KBAFetchedResultsObserver.{h,m}",
"frameworks": [
"Foundation",
"CoreData"
]
},
"watchos": {
"exclude_files": "Baxter/KBAFetchedResultsObserver.{h,m}",
"frameworks": [
"Foundation",
"CoreData"
]
},
"private_header_files": "Baxter/Private/*.h",
"ios": {
"frameworks": [
"Foundation",
"CoreData",
"UIKit"
]
},
"dependencies": {
"Stanley": [
]
}
}