[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 9 / 5 / 7 / KVStore / 1.3 / KVStore.podspec.json
blob8d987a7a138e33364ceacc8a76eb3e4c0f509e9b
2   "name": "KVStore",
3   "version": "1.3",
4   "summary": "Swift wrapper over sqlite CRUD",
5   "homepage": "https://github.com/priteshrnandgaonkar/KVStore",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Pritesh Nandgaonkar": "prit.nandgaonkar@gmail.com"
12   },
13   "social_media_url": "https://twitter.com/prit91",
14   "pod_target_xcconfig": {
15     "SWIFT_VERSION": "3.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source": {
22     "git": "https://github.com/priteshrnandgaonkar/KVStore.git",
23     "tag": "1.3"
24   },
25   "source_files": "KVStore/**/*.{h,swift}",
26   "libraries": "sqlite3",
27   "pushed_with_swift_version": "3.0"