[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 3 / 1 / CompoundFetchedResultsController / 2.1.1 / CompoundFetchedResultsController.podspec.json
blob73f1b204ab2e51a9824ad0a2475961b4e1026aa1
2   "name": "CompoundFetchedResultsController",
3   "version": "2.1.1",
4   "summary": "Fetched results controller wrapper that allows joining multiple FRCs",
5   "description": "This framework provides fetched results controller subclasses for static data and joining multiple FRCs together into one.",
6   "homepage": "https://github.com/djbe/CompoundFetchedResultsController",
7   "license": "MIT",
8   "authors": {
9     "David Jennes": "david.jennes@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "swift_versions": [
15     "4.2",
16     "5.0"
17   ],
18   "frameworks": [
19     "Foundation",
20     "CoreData"
21   ],
22   "source": {
23     "git": "https://github.com/djbe/CompoundFetchedResultsController.git",
24     "tag": "2.1.1"
25   },
26   "source_files": "Source/**/*.{swift,h,m}",
27   "pod_target_xcconfig": {
28     "DEFINES_MODULE": "YES"
29   },
30   "swift_version": "5.0"