[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 0 / d / MTLFMDBAdapter / 0.1.7 / MTLFMDBAdapter.podspec.json
blob60abe8b1d97291cda51fd88b3d41e836dba151a0
2   "name": "MTLFMDBAdapter",
3   "version": "0.1.7",
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.7"
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       "~> 1.5"
24     ],
25     "FMDB": [
26       "~> 2.3"
27     ]
28   }