| { |
| "name": "APCoreDataKit", |
| "version": "1.0.0", |
| "summary": "A lightweight library that reduces the boilerplate involved with Core Data setup and work.", |
| "description": "A lightweight helper library that reduces the boilerplate involved with Core Data setup and work.", |
| "homepage": "https://github.com/paleksandrs/APCoreDataKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": "Aleksandrs Proskurins", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/paleksandrs/APCoreDataKit.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "APCoreDataKit/*.swift" |
| } |