2 "name": "TaylorSource",
4 "summary": "Generic table view & collection view datasources in Swift, for use with YapDatabase.",
5 "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.",
6 "homepage": "https://github.com/danthorpe/TaylorSource",
9 "Daniel Thorpe": "@danthorpe"
12 "git": "https://github.com/danthorpe/TaylorSource.git",
15 "module_name": "TaylorSource",
16 "social_media_url": "https://twitter.com/danthorpe",
21 "default_subspecs": "Base",
25 "source_files": "framework/TaylorSource/Base/*.{swift,m,h}"
28 "name": "YapDatabase",
30 "TaylorSource/Base": [
36 "YapDatabaseExtensions": [
40 "source_files": "framework/TaylorSource/YapDatabase/*.{m,h,swift}"