[Add] AmpMux 9.3.2
[CocoaPods.git] / Specs / e / 4 / 9 / YapDatabaseExtensions / 2.1.0 / YapDatabaseExtensions.podspec.json
blobd7165ce5e7dcd5cefe1688077eb91de5057c34b3
2   "name": "YapDatabaseExtensions",
3   "version": "2.1.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.1.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   "source_files": "YapDatabaseExtensions/Shared/*.swift",
23   "dependencies": {
24     "ValueCoding": [
25       "~> 1"
26     ],
27     "YapDatabase": [
28       "~> 2"
29     ]
30   }