blob: c659fcbc8895998cfec67ad71f40a9228d296b13 [file] [log] [blame]
{
"name": "YapDatabaseExtensions",
"version": "2.1.2",
"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.2"
},
"module_name": "YapDatabaseExtensions",
"social_media_url": "https://twitter.com/danthorpe",
"requires_arc": true,
"default_subspecs": "Persitable",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"dependencies": {
"ValueCoding": [
"~> 1"
],
"YapDatabase": [
"~> 2"
]
},
"subspecs": [
{
"name": "Core",
"source_files": [
"YapDatabaseExtensions/Shared/YapDatabaseExtensions.swift",
"YapDatabaseExtensions/Shared/YapDB.swift"
]
},
{
"name": "Functional",
"dependencies": {
"YapDatabaseExtensions/Core": [
]
},
"source_files": "YapDatabaseExtensions/Shared/Functional/*.swift"
},
{
"name": "Persitable",
"dependencies": {
"YapDatabaseExtensions/Functional": [
]
},
"source_files": "YapDatabaseExtensions/Shared/Persistable/*.swift"
}
]
}