[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 6 / 1 / 3 / FetchRequests / 1.0.1 / FetchRequests.podspec.json
blob3f5ffe9195aa3ae669a2fe72749c2feb70f27c1e
2   "name": "FetchRequests",
3   "version": "1.0.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": "1.0.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   "swift_version": "5.0",
27   "testspecs": [
28     {
29       "name": "Tests",
30       "test_type": "unit",
31       "source_files": "FetchRequestsTests/**/*.swift",
32       "platforms": {
33         "ios": "10.0",
34         "tvos": "10.0",
35         "osx": "10.12"
36       }
37     }
38   ]