blob: 61f0fb595a1892dff9e26c8f6d0b0edd45efb585 [file] [log] [blame]
{
"name": "TaylorSource",
"version": "0.9.1",
"summary": "Generic table view & collection view datasources in Swift, for use with YapDatabase.",
"description": " \n Provides static datasource and view factory for simple \n table views and collection views. However, real\n power comes from using YapDatabase & YapDatabaseExtensions, \n to get database driven, auto-updating table\n and collection view data sources.\n\n",
"homepage": "https://github.com/danthorpe/Datasources",
"license": "MIT",
"authors": {
"Daniel Thorpe": "@danthorpe"
},
"source": {
"git": "https://github.com/danthorpe/Datasources.git",
"tag": "0.9.1"
},
"module_name": "TaylorSource",
"social_media_url": "https://twitter.com/danthorpe",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Base",
"subspecs": [
{
"name": "Base",
"source_files": "Pod/Base/*.{swift,m,h}"
},
{
"name": "YapDatabase",
"dependencies": {
"TaylorSource/Base": [
],
"YapDatabase": [
"~> 2.6"
],
"YapDatabaseExtensions": [
"~> 1"
]
},
"source_files": "Pod/YapDatabase/*.{m,h,swift}"
}
]
}