blob: d7165ce5e7dcd5cefe1688077eb91de5057c34b3 [file] [log] [blame]
{
"name": "YapDatabaseExtensions",
"version": "2.1.0",
"summary": "Helpers for using value types with YapDatabase.",
"description": "Defines APIs to conveniently read, write and remove objects and values\nto or from YapDatabse. See ValueCoding for value type support.",
"homepage": "https://github.com/danthorpe/YapDatabaseExtensions",
"license": "MIT",
"authors": {
"Daniel Thorpe": "@danthorpe"
},
"source": {
"git": "https://github.com/danthorpe/YapDatabaseExtensions.git",
"tag": "2.1.0"
},
"module_name": "YapDatabaseExtensions",
"social_media_url": "https://twitter.com/danthorpe",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "YapDatabaseExtensions/Shared/*.swift",
"dependencies": {
"ValueCoding": [
"~> 1"
],
"YapDatabase": [
"~> 2"
]
}
}