[Add] DivKitExtensions 30.29.0
[CocoaPods.git] / Specs / f / 0 / 4 / Baxter / 1.2.3 / Baxter.podspec.json
blob3eb9af72c7269122a80a326d821b7c0d5dbbff11
2   "name": "Baxter",
3   "version": "1.2.3",
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.2.3"
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   "private_header_files": "Baxter/Private/*.h",
28   "frameworks": [
29     "Foundation",
30     "CoreData"
31   ],
32   "dependencies": {
33     "Stanley": [
35     ]
36   }