| { |
| "name": "TaylorSource", |
| "version": "0.10.0", |
| "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.10.0" |
| }, |
| "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}" |
| } |
| ] |
| } |