[Add] AmpMux 9.3.2
[CocoaPods.git] / Specs / e / 4 / 9 / YapDatabaseExtensions / 2.5.0 / YapDatabaseExtensions.podspec.json
blob2d14f132bcf5d5e1ae4d47354f54882f0fcec552
2   "name": "YapDatabaseExtensions",
3   "version": "2.5.0",
4   "summary": "Helpers for using value types with YapDatabase.",
5   "description": "Defines APIs to conveniently read, write and remove objects and values\nto or from YapDatabse. See ValueCoding for value type support.",
6   "homepage": "https://github.com/danthorpe/YapDatabaseExtensions",
7   "license": "MIT",
8   "authors": {
9     "Daniel Thorpe": "@danthorpe"
10   },
11   "source": {
12     "git": "https://github.com/danthorpe/YapDatabaseExtensions.git",
13     "tag": "2.5.0"
14   },
15   "module_name": "YapDatabaseExtensions",
16   "social_media_url": "https://twitter.com/danthorpe",
17   "requires_arc": true,
18   "default_subspecs": "Persitable",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10"
22   },
23   "dependencies": {
24     "ValueCoding": [
25       "~> 1.3"
26     ],
27     "YapDatabase": [
28       "~> 2"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": [
35         "YapDatabaseExtensions/Shared/YapDatabaseExtensions.swift",
36         "YapDatabaseExtensions/Shared/YapDB.swift"
37       ]
38     },
39     {
40       "name": "Functional",
41       "dependencies": {
42         "YapDatabaseExtensions/Core": [
44         ]
45       },
46       "source_files": "YapDatabaseExtensions/Shared/Functional/*.swift"
47     },
48     {
49       "name": "Persitable",
50       "dependencies": {
51         "YapDatabaseExtensions/Functional": [
53         ]
54       },
55       "source_files": "YapDatabaseExtensions/Shared/Persistable/*.swift"
56     }
57   ]