[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / e / 3 / SPModel / 0.0.1 / SPModel.podspec.json
blob6273661bd72eaee9fd49a27ce29100909ff25887
2   "name": "SPModel",
3   "version": "0.0.1",
4   "summary": "Persist your models to sqlite, without configuration and sql queries",
5   "description": "SPModel will save you time by creating database and generating basic sql's automatically.",
6   "homepage": "https://github.com/metinn/SPModel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Metin Güler": "eng.metin@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/metinn/SPModel.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "src/**/*",
22   "dependencies": {
23     "FMDB": [
24       "~> 2.7"
25     ]
26   }