[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 9 / 4 / NAMDatabase / 1.0.5 / NAMDatabase.podspec.json
blobe85cfe7ea219f4fe84e37dba5723bc851fa87597
2   "name": "NAMDatabase",
3   "version": "1.0.5",
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.5"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "source_files": "NAMDatabase/Classes/**/*",
22   "dependencies": {
23     "FMDB": [
24       "~> 2.7.5"
25     ]
26   }