[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / e / 6 / TinySQLite / 0.4.4 / TinySQLite.podspec.json
blobe11fe3678d940ba62d71f512cddc2f1856d9fd44
2   "name": "TinySQLite",
3   "version": "0.4.4",
4   "summary": "A lightweight, type safe, SQLite wrapper written in Swift 3",
5   "description": "lightweight, type safe, SQLite wrapper written in Swift 3 with error handling",
6   "homepage": "https://github.com/Oyvindkg/tinysqlite",
7   "license": "MIT",
8   "authors": {
9     "Øyvind Grimnes": "oyvindkg@yahoo.com"
10   },
11   "source": {
12     "git": "https://github.com/Oyvindkg/tinysqlite.git",
13     "tag": "0.4.4"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "TinySQLite/Classes/**/*",
20   "dependencies": {
21     "sqlite3": [
23     ]
24   },
25   "pushed_with_swift_version": "3.0"