blob: f369ed63de285041bd996508a06db465d2148d6e [file] [log] [blame]
{
"name": "SuperRecord",
"version": "1.6",
"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.6",
"branch": "master"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SuperRecord/*.swift",
"requires_arc": true,
"subspecs": [
{
"name": "watch",
"platforms": {
"watchos": "2.0"
},
"source_files": "SuperRecord/*.swift",
"requires_arc": true,
"exclude_files": [
"SuperRecord/NSFetchedResultsControllerExtension.swift",
"SuperRecord/SuperFetchedResultsControllerDelegate.swift"
]
}
]
}