blob: 642459f1cff4782d0a513d79b6a2666c419d2b03 [file] [log] [blame]
{
"name": "JXPersistence",
"version": "0.0.4",
"summary": "A persistence abstraction layer",
"homepage": "https://github.com/longjianjiang/JXPersistence",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"longjianjiang": "brucejiang5.7@gmail.com"
},
"source": {
"git": "https://github.com/longjianjiang/JXPersistence.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "JXPersistence/JXPersistence/JXPersistence/**/*.{h,m}",
"frameworks": "UIKit",
"libraries": "sqlite3",
"requires_arc": true,
"dependencies": {
"SQLCipher": [
]
}
}