blob: 3e66eb36c1b635d763be5be0e77cfadb41e4910e [file] [log] [blame]
{
"name": "YapDatabaseExtensions",
"version": "2.0.1",
"summary": "Helpers for using value types with YapDatabase.",
"description": "Defines protocols and APIs via Swift extensions to allow for struct\nand enum types to be used & stored within YapDatabse.",
"homepage": "https://github.com/danthorpe/YapDatabaseExtensions",
"license": "MIT",
"authors": {
"Daniel Thorpe": "@danthorpe"
},
"source": {
"git": "https://github.com/danthorpe/YapDatabaseExtensions.git",
"tag": "2.0.1"
},
"module_name": "YapDatabaseExtensions",
"social_media_url": "https://twitter.com/danthorpe",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"dependencies": {
"YapDatabase": [
"~> 2"
]
},
"default_subspecs": "Common",
"subspecs": [
{
"name": "Common",
"source_files": "YapDatabaseExtensions/Common/*.swift"
}
]
}