[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / e / 6 / TinySQLite / 0.4.2 / TinySQLite.podspec.json
blobbff121a423d2aa7378708ea5377b028e661fec80
2   "name": "TinySQLite",
3   "version": "0.4.2",
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.2"
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"