| { |
| "name": "PKCoreDataKit", |
| "version": "1.0.0", |
| "summary": "A framework for managing CoreData's functioality", |
| "description": "Framework for managing CoreData's functionality. The purpose of this library is to make interacting with core data easier, by declaring a simpler api.", |
| "homepage": "https://github.com/panoskob91/PKCoreDataKit", |
| "license": { |
| "type": "MIT", |
| "file": "MIT-LICENCE.txt" |
| }, |
| "authors": "Panagiotis Kompotis", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/panoskob91/PKCoreDataKit.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "PKCoreDataKit", |
| "PKCoreDataKit/Public/*.{h,m}", |
| "PKCoreDataKit/Public/**/*.{h,m}" |
| ], |
| "exclude_files": "PKCoreDataKit/Private", |
| "public_header_files": [ |
| "PKCoreDataKit/**/*.h", |
| "PKCoreDataKit/*.h" |
| ] |
| } |