blob: bed9bf51345106b5427405db411504ce092c4ccb [file] [log] [blame]
{
"name": "YapDatabaseExtensions",
"version": "1.2.2",
"summary": "Helpers for using value types with YapDatabase.",
"description": " \n Defines protocols and APIs via Swift extensions to allow for struct\n and enum types to be used & stored within YapDatabse.\n\n",
"homepage": "https://github.com/danthorpe/YapDatabaseExtensions",
"license": "MIT",
"authors": {
"Daniel Thorpe": "@danthorpe"
},
"source": {
"git": "https://github.com/danthorpe/YapDatabaseExtensions.git",
"tag": "1.2.2"
},
"module_name": "YapDatabaseExtensions",
"social_media_url": "https://twitter.com/danthorpe",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"dependencies": {
"YapDatabase": [
"~> 2.6"
]
},
"default_subspecs": "Common",
"subspecs": [
{
"name": "Common",
"source_files": "Pod/Common/*.swift"
},
{
"name": "PromiseKit",
"source_files": "Pod/PromiseKit/*.swift",
"dependencies": {
"YapDatabaseExtensions/Common": [
],
"PromiseKit/Swift/Promise": [
"~> 1.5"
]
}
},
{
"name": "BrightFutures",
"source_files": "Pod/BrightFutures/*.swift",
"dependencies": {
"YapDatabaseExtensions/Common": [
],
"BrightFutures": [
"~> 1.0.0-beta"
]
}
},
{
"name": "SwiftTask",
"source_files": "Pod/SwiftTask/*.swift",
"dependencies": {
"YapDatabaseExtensions/Common": [
],
"SwiftTask": [
"~> 3.0"
]
}
},
{
"name": "All",
"dependencies": {
"YapDatabaseExtensions/PromiseKit": [
],
"YapDatabaseExtensions/BrightFutures": [
],
"YapDatabaseExtensions/SwiftTask": [
]
}
}
]
}