blob: a49b08b5c8d9d5242afab663bc8328793c059d92 [file] [log] [blame]
{
"name": "IRCoreDataStack",
"version": "1.0.4",
"summary": "CoreDataStack with two independent NSManagedObjectContext instances",
"homepage": "https://github.com/iruleonu/IRCoreDataStack",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Nuno Salvador": "nuno@salvador.com"
},
"source": {
"git": "https://github.com/iruleonu/IRCoreDataStack.git",
"tag": "1.0.4"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"CoreData"
],
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0",
"osx": "10.10"
},
"subspecs": [
{
"name": "IOS_TVOS_WATCHOS",
"source_files": "IRCoreDataStack",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
}
},
{
"name": "OSX",
"source_files": [
"IRCoreDataStack"
],
"exclude_files": [
"IRCoreDataStack/IRCoreDataStack+NSFecthedResultsController.{h,m}"
],
"platforms": {
"osx": "10.10"
}
}
]
}