| { | |
| "name": "SuperRecord", | |
| "version": "1.2", | |
| "summary": "A Swift CoreData extension to bring some love and take the hassle out of common CoreData tasks.", | |
| "homepage": "http://superarmstrong.uk", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": "Michael Armstrong", | |
| "source": { | |
| "git": "https://github.com/michaelarmstrong/SuperRecord.git", | |
| "tag": "1.2", | |
| "branch": "master" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": "SuperRecord/*.swift", | |
| "requires_arc": true | |
| } |