| { |
| "name": "CoreDataUtilsKit", |
| "version": "1.0", |
| "license": { |
| "type": "Copyright", |
| "text": " Copyright 2012 - 2019 RGMC . All rights reserved.\n" |
| }, |
| "homepage": "https://github.com/rgmc95/CoreDataUtilsKit", |
| "authors": "Romain Gjura & Michael Coqueret", |
| "summary": "Swift CoreData Utilities", |
| "swift_versions": "5.1", |
| "source": { |
| "git": "https://github.com/rgmc95/CoreDataUtilsKit.git", |
| "tag": "1.0.0" |
| }, |
| "default_subspecs": "Core", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "subspecs": [ |
| { |
| "name": "Core", |
| "dependencies": { |
| "UtilsKit": [ |
| "~> 2.0" |
| ] |
| }, |
| "source_files": "CoreDataUtilsKit/**/*.{h,m,swift}" |
| } |
| ], |
| "swift_version": "5.1" |
| } |