[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / d / 9 / 4 / NAMDatabase / 1.0.6 / NAMDatabase.podspec.json
blob8f9f0a9219174d8e52cbb5b2a32b06c78660d548
2   "name": "NAMDatabase",
3   "version": "1.0.6",
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.6"
17   },
18   "social_media_url": "https://twitter.com/narleimoreira",
19   "platforms": {
20     "ios": "9.3"
21   },
22   "source_files": "NAMDatabase/Classes/**/*",
23   "dependencies": {
24     "FMDB": [
25       "~> 2.7.5"
26     ]
27   }