[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 3 / 9 / 1 / EasyQL / 0.1.0 / EasyQL.podspec.json
blob649cb857afa51312e390b58cad533d7e5368703d
2   "name": "EasyQL",
3   "version": "0.1.0",
4   "summary": "A wrapper class for sqlite",
5   "description": "A quick and convenient way to create and manage local sqlite3 databases. Databases can be created with a single line of code. Data can be get and set without creating queries. Queries can also be passed in as a string.",
6   "homepage": "https://github.com/LordDarkula/EasyQL",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Aubhro": "aubhrosengupta@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/LordDarkula/EasyQL.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "EasyQL/Classes/**/*",
22   "libraries": "sqlite3"