[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 0 / d / MTLFMDBAdapter / 0.3.1 / MTLFMDBAdapter.podspec.json
bloba635cfadc333000635840ae334c6a75fd174b5b5
2   "name": "MTLFMDBAdapter",
3   "version": "0.3.1",
4   "summary": "A Mantle adapter to serialize to and from FMDB.",
5   "description": "MTLFMDBAdapter is a Mantle adapter that can be used\nto serialize a Mantle object to FMDB (SQLite) by creating\nthe necessary INSERT/UPDATE/DELETE statements and vice versa.",
6   "homepage": "https://github.com/tanis2000/MTLFMDBAdapter",
7   "license": "MIT",
8   "authors": {
9     "Valerio Santinelli": "santinelli@altralogica.it"
10   },
11   "source": {
12     "git": "https://github.com/tanis2000/MTLFMDBAdapter.git",
13     "tag": "0.3.1"
14   },
15   "social_media_url": "https://twitter.com/santinellival",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "dependencies": {
22     "Mantle": [
23       "~> 2.0"
24     ],
25     "FMDB": [
26       "~> 2.3"
27     ]
28   }