[Add] DocumentReaderMRZBarcodeStage 7.5.10793
[CocoaPods.git] / Specs / 2 / 1 / 9 / GreedDB / 0.0.1 / GreedDB.podspec.json
blob76eea5eb7ca1820215d33131d50513a0c5b30824
2   "name": "GreedDB",
3   "version": "0.0.1",
4   "summary": "convenient storage for ios",
5   "description": "this is used for storaging in ios. based on FMDB . can save json string ,blob and other info directly",
6   "homepage": "https://github.com/greedlab/GreedDB",
7   "license": "MIT",
8   "authors": {
9     "Bell": "bell@greedlab.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/greedlab/GreedDB.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "GreedDB",
20     "GreedDB/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "FMDB": [
26     ],
27     "Masonry": [
29     ],
30     "MJExtension": [
32     ]
33   }