[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 9 / 2 / 1 / TaylorSource / 0.15.1 / TaylorSource.podspec.json
blob2f2698393fd4f3b1e7b0393c528bdc74b4e1b1f5
2   "name": "TaylorSource",
3   "version": "0.15.1",
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",
7   "license": "MIT",
8   "authors": {
9     "Daniel Thorpe": "@danthorpe"
10   },
11   "source": {
12     "git": "https://github.com/danthorpe/TaylorSource.git",
13     "tag": "0.15.1"
14   },
15   "module_name": "TaylorSource",
16   "social_media_url": "https://twitter.com/danthorpe",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Base",
22   "subspecs": [
23     {
24       "name": "Base",
25       "source_files": "framework/TaylorSource/Base/*.{swift,m,h}"
26     },
27     {
28       "name": "YapDatabase",
29       "dependencies": {
30         "TaylorSource/Base": [
32         ],
33         "YapDatabase": [
34           "~> 2"
35         ],
36         "YapDatabaseExtensions": [
37           "~> 1"
38         ]
39       },
40       "source_files": "framework/TaylorSource/YapDatabase/*.{m,h,swift}"
41     }
42   ]