[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 0 / d / MTLFMDBAdapter / 0.1.0 / MTLFMDBAdapter.podspec.json
blob626e7efb551127e9c587d5f7096077bc82929c60
2   "name": "MTLFMDBAdapter",
3   "version": "0.1.0",
4   "summary": "A Mantle adapter to serialize to and from FMDB.",
5   "description": "                       MTLFMDBAdapter is a Mantle adapter that can be used\n                       to serialize a Mantle object to FMDB (SQLite) by creating\n                       the necessary INSERT/UPDATE/DELETE statements and vice versa.\n",
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.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "dependencies": {
21     "Mantle": [
22       "~> 1.5"
23     ],
24     "FMDB": [
25       "~> 2.3"
26     ]
27   }