[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 0 / d / MTLFMDBAdapter / 0.2.0 / MTLFMDBAdapter.podspec.json
blob8252a0cb6929ab5b1af064666b1d1d5f2186ae3f
2   "name": "MTLFMDBAdapter",
3   "version": "0.2.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.2.0"
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   }