[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 6 / 1 / 3 / FetchRequests / 2.2.1 / FetchRequests.podspec.json
blob910466ca73ce97473a1d8a9fa28000eb927ada87
2   "name": "FetchRequests",
3   "version": "2.2.1",
4   "license": "MIT",
5   "summary": "NSFetchedResultsController inspired eventing",
6   "homepage": "https://github.com/crewos/FetchRequests",
7   "social_media_url": "https://twitter.com/crew_app",
8   "authors": {
9     "Speramus Inc": "opensource@crewapp.com"
10   },
11   "source": {
12     "git": "https://github.com/crewos/FetchRequests.git",
13     "tag": "2.2.1"
14   },
15   "platforms": {
16     "ios": "10.0",
17     "tvos": "10.0",
18     "osx": "10.12",
19     "watchos": "3.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": [
23     "FetchRequests/simplediff-swift/simplediff.swift",
24     "FetchRequests/Sources/**/*.swift"
25   ],
26   "testspecs": [
27     {
28       "name": "Tests",
29       "test_type": "unit",
30       "source_files": "FetchRequestsTests/**/*.swift",
31       "platforms": {
32         "ios": "10.0",
33         "tvos": "10.0",
34         "osx": "10.12"
35       }
36     }
37   ],
38   "swift_version": "5.0"