[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 0 / d / MTLFMDBAdapter / 0.2.2 / MTLFMDBAdapter.podspec.json
blob12960ad59b6b274f3c81dd939c00d8a16b3082a3
2   "name": "MTLFMDBAdapter",
3   "version": "0.2.2",
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.2.2"
14   },
15   "social_media_url": "https://twitter.com/santinellival",
16   "platforms": {
17     "ios": "7.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   }