[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 1 / 3 / FetchRequests / 5.0.0 / FetchRequests.podspec.json
blob323ad3a74d3c4beff6278d4128ebb63d316fa018
2   "name": "FetchRequests",
3   "version": "5.0.0",
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": "5.0.0"
11   },
12   "platforms": {
13     "ios": "13.0",
14     "tvos": "13.0",
15     "watchos": "6.0",
16     "osx": "10.15"
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": "13.0",
30         "tvos": "13.0",
31         "watchos": "6.0",
32         "osx": "10.15"
33       }
34     }
35   ],
36   "swift_version": "5.0"