blob: ba02fd0bd312fd39dbc1c77ea881f2510fb3090e [file] [log] [blame]
{
"name": "TaylorSource",
"version": "0.15.2",
"summary": "Generic table view & collection view datasources in Swift, for use with YapDatabase.",
"description": "Provides static datasource and view factory for simple \ntable views and collection views. However, real\npower comes from using YapDatabase & YapDatabaseExtensions, \nto get database driven, auto-updating table\nand collection view data sources.",
"homepage": "https://github.com/danthorpe/TaylorSource",
"license": "MIT",
"authors": {
"Daniel Thorpe": "@danthorpe"
},
"source": {
"git": "https://github.com/danthorpe/TaylorSource.git",
"tag": "0.15.2"
},
"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": "framework/TaylorSource/Base/*.{swift,m,h}"
},
{
"name": "YapDatabase",
"dependencies": {
"TaylorSource/Base": [
],
"YapDatabase": [
"~> 2.6.5"
],
"YapDatabaseExtensions": [
"~> 1"
]
},
"source_files": "framework/TaylorSource/YapDatabase/*.{m,h,swift}"
}
]
}