[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 5 / c / JXPersistence / 0.0.4 / JXPersistence.podspec.json
blob642459f1cff4782d0a513d79b6a2666c419d2b03
2   "name": "JXPersistence",
3   "version": "0.0.4",
4   "summary": "A persistence abstraction layer",
5   "homepage": "https://github.com/longjianjiang/JXPersistence",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "longjianjiang": "brucejiang5.7@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/longjianjiang/JXPersistence.git",
15     "tag": "0.0.4"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "JXPersistence/JXPersistence/JXPersistence/**/*.{h,m}",
21   "frameworks": "UIKit",
22   "libraries": "sqlite3",
23   "requires_arc": true,
24   "dependencies": {
25     "SQLCipher": [
27     ]
28   }