[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / 4 / PFMDB / 1.0.5 / PFMDB.podspec.json
blob0a328611eb88f5359bbbf0a6a50caf6f7f14acb8
2   "name": "PFMDB",
3   "version": "1.0.5",
4   "summary": "一个轻量级的将FMDB封装成面向对象存储框架,类似于JAVA的Hibernate",
5   "description": "An object-oriented storage framework of FMDB to save data like CoreData. Just like Hibernate of Java, It’s easy to use.",
6   "homepage": "https://github.com/hzw598/PFMDB",
7   "license": "MIT",
8   "authors": {
9     "hzw598": "hzw598@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/hzw598/PFMDB.git",
16     "tag": "1.0.5"
17   },
18   "source_files": "PFMDB/lib/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "FMDB": [
23     ]
24   }