[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 9 / c / SQLiteModel / 0.2.3 / SQLiteModel.podspec.json
blob4ca90ba258f76d97f8cd1ccecb88d5fbfb5ed615
2   "name": "SQLiteModel",
3   "version": "0.2.3",
4   "summary": "The easiest way to persist data in Swift",
5   "description": "SQLiteModel is a developer friendly SQLite ORM written in swift, wrapped over SQLite.swift",
6   "homepage": "https://github.com/jhurray/SQLiteModel",
7   "license": "MIT",
8   "authors": {
9     "Jeff Hurray": "jhurray@umich.edu"
10   },
11   "source": {
12     "git": "https://github.com/jhurray/SQLiteModel.git",
13     "tag": "0.2.3"
14   },
15   "social_media_url": "https://twitter.com/JeffHurray",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9",
20     "tvos": "9.0"
21   },
22   "source_files": "SQLiteModel/*.{h,swift}",
23   "libraries": "sqlite3",
24   "dependencies": {
25     "SQLite.swift": [
26       "~> 0.10.0"
27     ]
28   }