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