[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 2 / 9 / c / SQLiteModel / 0.1.1 / SQLiteModel.podspec.json
blobd5615a95b4047f890ee15a07ddd4f66c0de179dd
2   "name": "SQLiteModel",
3   "version": "0.1.1",
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.1.1"
14   },
15   "social_media_url": "https://twitter.com/JeffHurray",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "SQLiteModel/*.{h,swift}",
21   "libraries": "sqlite3",
22   "dependencies": {
23     "SQLite.swift": [
24       "~> 0.9.0"
25     ]
26   }