[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / a / 3 / 1 / CoreDataCodable / 1.0.2 / CoreDataCodable.podspec.json
blobfec8633494013314ebeb066c235f296308527869
2   "name": "CoreDataCodable",
3   "version": "1.0.2",
4   "summary": "Make NSManagedObject and Core Data interoperate with Swift's Decodable",
5   "description": "CoreDataCodable contains protocols, extensions and types for making Core Data and NSManagedOject interoperate nicely with Swift's Decodable protocol.",
6   "homepage": "https://github.com/peterringset/CoreDataCodable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Peter Ringset": "peter@ringset.no"
13   },
14   "swift_versions": "4.2",
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.12"
18   },
19   "source": {
20     "git": "https://github.com/peterringset/CoreDataCodable.git",
21     "tag": "1.0.2"
22   },
23   "source_files": "CoreDataCodable/**/*.{h,m,swift}",
24   "public_header_files": "CoreDataCodable/**/*.h"