[Add] GlympseAPI 2.108.281
[CocoaPods.git] / Specs / f / 0 / 4 / Baxter / 1.5.5 / Baxter.podspec.json
blobeacd9fc5a73fe77e2ec834d57e0c264b54a3881a
2   "name": "Baxter",
3   "version": "1.5.5",
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": "1.5.5"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "tvos": "10.0",
22     "watchos": "3.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": "Baxter/KBAFetchedResultsObserver.{h,m}",
36     "frameworks": [
37       "Foundation",
38       "CoreData"
39     ]
40   },
41   "watchos": {
42     "exclude_files": "Baxter/KBAFetchedResultsObserver.{h,m}",
43     "frameworks": [
44       "Foundation",
45       "CoreData"
46     ]
47   },
48   "private_header_files": "Baxter/Private/*.h",
49   "ios": {
50     "frameworks": [
51       "Foundation",
52       "CoreData",
53       "UIKit"
54     ]
55   },
56   "dependencies": {
57     "Stanley": [
59     ]
60   }