[Add] AmpMux 9.3.2
[CocoaPods.git] / Specs / e / 4 / 9 / YapDatabaseExtensions / 2.0.1 / YapDatabaseExtensions.podspec.json
blob3e66eb36c1b635d763be5be0e77cfadb41e4910e
2   "name": "YapDatabaseExtensions",
3   "version": "2.0.1",
4   "summary": "Helpers for using value types with YapDatabase.",
5   "description": "Defines protocols and APIs via Swift extensions to allow for struct\nand enum types to be used & stored within YapDatabse.",
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.0.1"
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"
25     ]
26   },
27   "default_subspecs": "Common",
28   "subspecs": [
29     {
30       "name": "Common",
31       "source_files": "YapDatabaseExtensions/Common/*.swift"
32     }
33   ]