[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 7 / c / JBPersistenceStore / 0.2.1 / JBPersistenceStore.podspec.json
blob037a087ac6927c9dfce456ec9a54c9fa9c858622
2   "name": "JBPersistenceStore",
3   "version": "0.2.1",
4   "summary": "A persistence store for storing your models in a yapdatabase",
5   "description": "A persistence store for storing your models in a yapdatabase.",
6   "homepage": "https://github.com/barteljan/JBPersistenceStore",
7   "license": "MIT",
8   "authors": {
9     "Jan Bartel": "jan.bartel@atino.net"
10   },
11   "source": {
12     "git": "https://github.com/barteljan/JBPersistenceStore.git",
13     "tag": "0.2.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "JBPersistenceStore/Classes/**/*",
19   "dependencies": {
20     "YapDatabase": [
22     ],
23     "ValueCoding": [
25     ],
26     "JBPersistenceStore-Protocols": [
28     ]
29   }