[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 1 / 3 / FetchRequests / 6.0.1 / FetchRequests.podspec.json
blob4ad4f1bdef97a53ef195446606aa86c8eda7875b
2   "name": "FetchRequests",
3   "version": "6.0.1",
4   "license": "MIT",
5   "summary": "NSFetchedResultsController inspired eventing",
6   "homepage": "https://github.com/square/FetchRequests",
7   "authors": "Square",
8   "source": {
9     "git": "https://github.com/square/FetchRequests.git",
10     "tag": "6.0.1"
11   },
12   "platforms": {
13     "ios": "14.0",
14     "tvos": "14.0",
15     "watchos": "7.0",
16     "osx": "11"
17   },
18   "swift_versions": "5.0",
19   "source_files": [
20     "FetchRequests/simplediff-swift/simplediff.swift",
21     "FetchRequests/Sources/**/*.swift"
22   ],
23   "testspecs": [
24     {
25       "name": "Tests",
26       "test_type": "unit",
27       "source_files": "FetchRequests/Tests/**/*.swift",
28       "platforms": {
29         "ios": "14.0",
30         "tvos": "14.0",
31         "watchos": "7.0",
32         "osx": "11"
33       }
34     }
35   ],
36   "swift_version": "5.0"