[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 6 / 1 / 3 / FetchRequests / 7.0.1 / FetchRequests.podspec.json
blob260a0ac77d0722c9184565ce994bb33466e4fa06
2   "name": "FetchRequests",
3   "version": "7.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": "7.0.1"
11   },
12   "platforms": {
13     "ios": "14.0",
14     "tvos": "14.0",
15     "watchos": "7.0",
16     "osx": "11",
17     "visionos": "1"
18   },
19   "swift_versions": "5.0",
20   "source_files": [
21     "FetchRequests/simplediff-swift/simplediff.swift",
22     "FetchRequests/Sources/**/*.swift"
23   ],
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "source_files": "FetchRequests/Tests/**/*.swift",
29       "platforms": {
30         "ios": "14.0",
31         "tvos": "14.0",
32         "watchos": "7.0",
33         "osx": "11",
34         "visionos": "1"
35       }
36     }
37   ],
38   "swift_version": "5.0"