[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / 9 / 4 / NAMDatabase / 1.0.2 / NAMDatabase.podspec.json
blob16ad102c9fd56c07b1e4c26a22a9a932c0c21d19
2   "name": "NAMDatabase",
3   "version": "1.0.2",
4   "summary": "A Sqlite ORM",
5   "description": "Based in Doctrine PHP ORM, this ORM bring to developers productivity and more powerful database management.",
6   "homepage": "https://github.com/narlei/NAMDatabase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "narlei": "narlei.guitar@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/narlei/NAMDatabase.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "source_files": "NAMDatabase/Classes/**/*",
22   "dependencies": {
23     "FMDB": [
24       "~> 2.7.5"
25     ]
26   }