[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 1 / 0 / MXSqlite / 0.1.1 / MXSqlite.podspec.json
blobcfb226712e0b6ce110f48a12fbde6c7e5320cf32
2   "name": "MXSqlite",
3   "version": "0.1.1",
4   "summary": "Save your object to sqlite easily",
5   "homepage": "https://github.com/longminxiang/MXSqlite",
6   "license": "MIT",
7   "authors": {
8     "Eric Lung": "longminxiang@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/longminxiang/MXSqlite.git",
12     "tag": "v0.1.1"
13   },
14   "dependencies": {
15     "FMDB": [
16       "~> 2.5"
17     ]
18   },
19   "platforms": {
20     "ios": "6.0"
21   },
22   "requires_arc": true,
23   "source_files": "MXSqlite/**/*.{h,m}"