[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 5 / c / JXPersistence / 0.0.3 / JXPersistence.podspec.json
blob4077ffb311364dd19d9d825d8a3dd771b6d0e09e
2   "name": "JXPersistence",
3   "version": "0.0.3",
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.3"
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   }