[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / 0 / 1 / TYDB / 0.1.0 / TYDB.podspec.json
blobdf7378af75bfe06863cfd202ff2021d3f5409e9e
2   "name": "TYDB",
3   "version": "0.1.0",
4   "summary": "TYDB is awesome framework that allows you to create, insert, update and delete data.",
5   "description": "It is intended to be simple, lightweight, and easy to use. It can be triggered with a single line of code.",
6   "homepage": "https://github.com/yashthaker7/TYDB",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yashthaker7": "yashthaker7@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/yashthaker7/TYDB.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TYDB/Classes/**/*",
22   "resource_bundles": {
23     "TYDB": [
24       "TYDB/Classes/**/*.sqlite"
25     ]
26   },
27   "libraries": "sqlite3"