blob: ab2543eabd7a759071f94965470d3bdd7e33369c [file] [log] [blame]
{
"name": "NSEntityDescription-SYNCPrimaryKey",
"summary": "Support for primary keys in Core Data",
"version": "1.0.0",
"homepage": "https://github.com/hyperoslo/NSEntityDescription-SYNCPrimaryKey",
"license": "MIT",
"authors": {
"Hyper Interaktiv AS": "ios@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/NSEntityDescription-SYNCPrimaryKey.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": "CoreData",
"dependencies": {
"NSString-HYPNetworking": [
"~> 0.4.0"
]
}
}