[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 5 / 0 / c / PMVPCoreData / 0.5.1 / PMVPCoreData.podspec.json
blobda4fb168984584ccfc3ba69e26b55987594441f3
2   "name": "PMVPCoreData",
3   "version": "0.5.1",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/agoodman/pmvp",
8   "authors": {
9     "Aubrey Goodman": "aubrey.goodman@gmail.com"
10   },
11   "summary": "Core Data fixtures for the PMVP framework",
12   "description": "PMVPCoreData delivers Core Data fixture capabilities to enable managed objects to be used with PMVP providers easily.",
13   "source": {
14     "git": "https://github.com/agoodman/pmvp.git",
15     "tag": "0.5.1"
16   },
17   "swift_version": "4.0",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "ios": {
22     "source_files": "PMVPCoreData/**/*.{swift}",
23     "frameworks": "CoreData"
24   },
25   "dependencies": {
26     "PMVP": [
28     ]
29   }