[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 0 / 4 / Baxter / 2.0.0 / Baxter.podspec.json
blob8353b83aab08f8bf103711745d2c8d6ee94c7e43
2   "name": "Baxter",
3   "version": "2.0.0",
4   "summary": "Baxter is a iOS/macOS/tvOS/watchOS framework that extends the CoreData framework.",
5   "description": "Baxter is a iOS/macOS/tvOS/watchOS framework that extends the `CoreData` framework. It provides methods to simplify fetching and importing.",
6   "homepage": "https://github.com/Kosoku/Baxter",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "William Towe": "willbur1984@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Kosoku/Baxter.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "osx": "10.15",
21     "tvos": "13.0",
22     "watchos": "5.0"
23   },
24   "requires_arc": true,
25   "source_files": "Baxter/**/*.{h,m}",
26   "exclude_files": "Baxter/Baxter-Info.h",
27   "osx": {
28     "exclude_files": "Baxter/KBAFetchedResultsObserver.{h,m}",
29     "frameworks": [
30       "Foundation",
31       "CoreData"
32     ]
33   },
34   "tvos": {
35     "exclude_files": [
36       "Baxter/KBAFetchedResultsObserver.{h,m}",
37       "Baxter/KBAFetchedResultsController.{h,m}"
38     ],
39     "frameworks": [
40       "Foundation",
41       "CoreData"
42     ]
43   },
44   "watchos": {
45     "exclude_files": [
46       "Baxter/KBAFetchedResultsObserver.{h,m}",
47       "Baxter/KBAFetchedResultsController.{h,m}"
48     ],
49     "frameworks": [
50       "Foundation",
51       "CoreData"
52     ]
53   },
54   "private_header_files": "Baxter/Private/*.h",
55   "ios": {
56     "frameworks": [
57       "Foundation",
58       "CoreData",
59       "UIKit"
60     ]
61   },
62   "dependencies": {
63     "Stanley": [
65     ]
66   }