[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 8 / 0 / SwiftData / 1.1.16 / SwiftData.podspec.json
blob8198a34f174a4f34f84c34d0cdcf678d6e9b1849
2   "name": "SwiftData",
3   "version": "1.1.16",
4   "summary": "SwiftData is a collection of useful classes, categories and wrappers that make iOS development easier and more efficient.",
5   "description": "'SwiftData' is a lightweight wrapper for CoreData. This framework simplifies the CoreData bootstraping process and provides useful utilities to help make working with CoreData more enjoyable.",
6   "homepage": "https://github.com/miken01/SwiftData",
7   "license": "MIT",
8   "authors": {
9     "Mike Neill": "michael_neill@me.com"
10   },
11   "platforms": {
12     "ios": "10.3"
13   },
14   "source": {
15     "git": "https://github.com/miken01/SwiftData.git",
16     "tag": "1.1.16"
17   },
18   "public_header_files": "SwiftData/**/*.h",
19   "source_files": "SwiftData/**/*.{h,m,swift}",
20   "requires_arc": true,
21   "ios": {
22     "frameworks": [
23       "CoreData",
24       "Foundation"
25     ]
26   },
27   "swift_versions": [
28     "4.2",
29     "5.0",
30     "5.0"
31   ],
32   "swift_version": "5.0"