| { |
| "name": "SingleFRC", |
| "version": "0.0.1", |
| "summary": "Like NSFetchedResultsController but for a single managed object.", |
| "homepage": "https://github.com/fastred/SingleFetchedResultController", |
| "license": "MIT", |
| "authors": { |
| "Arkadiusz Holko": "fastred@fastred.org" |
| }, |
| "social_media_url": "https://twitter.com/arekholko", |
| "source": { |
| "git": "https://github.com/fastred/SingleFetchedResultController.git", |
| "tag": "0.0.1" |
| }, |
| "frameworks": "CoreData", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9" |
| }, |
| "source_files": "Framework/*.swift" |
| } |