blob: 8d987a7a138e33364ceacc8a76eb3e4c0f509e9b [file] [log] [blame]
{
"name": "KVStore",
"version": "1.3",
"summary": "Swift wrapper over sqlite CRUD",
"homepage": "https://github.com/priteshrnandgaonkar/KVStore",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Pritesh Nandgaonkar": "prit.nandgaonkar@gmail.com"
},
"social_media_url": "https://twitter.com/prit91",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/priteshrnandgaonkar/KVStore.git",
"tag": "1.3"
},
"source_files": "KVStore/**/*.{h,swift}",
"libraries": "sqlite3",
"pushed_with_swift_version": "3.0"
}