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