[Add] AmpMux 9.3.2
[CocoaPods.git] / Specs / e / 4 / 9 / YapDatabaseExtensions / 1.4.0 / YapDatabaseExtensions.podspec.json
blob1ca851cfcde93dec9db923437928335d277d06aa
2   "name": "YapDatabaseExtensions",
3   "version": "1.4.0",
4   "summary": "Helpers for using value types with YapDatabase.",
5   "description": "  \n  Defines protocols and APIs via Swift extensions to allow for struct\n  and enum types to be used & stored within YapDatabse.\n\n",
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": "1.4.0"
14   },
15   "module_name": "YapDatabaseExtensions",
16   "social_media_url": "https://twitter.com/danthorpe",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "dependencies": {
23     "YapDatabase": [
24       "~> 2.6"
25     ]
26   },
27   "default_subspecs": "Common",
28   "subspecs": [
29     {
30       "name": "Common",
31       "source_files": "Pod/Common/*.swift"
32     },
33     {
34       "name": "PromiseKit",
35       "source_files": "Pod/PromiseKit/*.swift",
36       "dependencies": {
37         "YapDatabaseExtensions/Common": [
39         ],
40         "PromiseKit/Swift/Promise": [
41           "~> 1.5"
42         ]
43       }
44     },
45     {
46       "name": "BrightFutures",
47       "source_files": "Pod/BrightFutures/*.swift",
48       "dependencies": {
49         "YapDatabaseExtensions/Common": [
51         ],
52         "BrightFutures": [
53           "~> 1.0"
54         ]
55       }
56     },
57     {
58       "name": "SwiftTask",
59       "source_files": "Pod/SwiftTask/*.swift",
60       "dependencies": {
61         "YapDatabaseExtensions/Common": [
63         ],
64         "SwiftTask": [
65           "~> 3.0"
66         ]
67       }
68     },
69     {
70       "name": "All",
71       "dependencies": {
72         "YapDatabaseExtensions/PromiseKit": [
74         ],
75         "YapDatabaseExtensions/BrightFutures": [
77         ],
78         "YapDatabaseExtensions/SwiftTask": [
80         ]
81       }
82     }
83   ]