blob: 29e6e980c4cf1d71fd304ca2911647365cb04bac [file] [log] [blame]
{
"name": "YapDatabaseExtensions",
"version": "1.8.0",
"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": "1.8.0"
},
"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"
},
{
"name": "PromiseKit",
"source_files": "YapDatabaseExtensions/PromiseKit/*.swift",
"dependencies": {
"YapDatabaseExtensions/Common": [
],
"PromiseKit/Swift/Promise": [
"~> 2"
]
}
},
{
"name": "BrightFutures",
"source_files": "YapDatabaseExtensions/BrightFutures/*.swift",
"dependencies": {
"YapDatabaseExtensions/Common": [
],
"BrightFutures": [
"~> 2.0"
]
}
},
{
"name": "SwiftTask",
"source_files": "YapDatabaseExtensions/SwiftTask/*.swift",
"dependencies": {
"YapDatabaseExtensions/Common": [
],
"SwiftTask": [
"~> 3.0"
]
}
},
{
"name": "All",
"dependencies": {
"YapDatabaseExtensions/PromiseKit": [
],
"YapDatabaseExtensions/BrightFutures": [
],
"YapDatabaseExtensions/SwiftTask": [
]
}
}
]
}