[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / 6 / 9 / GYDB / 1.0.2 / GYDB.podspec.json
blobecc83599e92f77d47c3e43fc53b4d33ee8eac134
2   "name": "GYDB",
3   "version": "1.0.2",
4   "summary": "iOS database framework based on sqlite3",
5   "homepage": "https://github.com/ygyalone",
6   "license": "MIT",
7   "authors": {
8     "GuangYuYang": "ygy9916730@163.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/ygyalone/GYDB.git",
15     "tag": "1.0.2"
16   },
17   "source_files": "GYDB/GYDB/GYDB/**/*.{h,m}",
18   "public_header_files": [
19     "GYDB/GYDB/GYDB/GYDB.h",
20     "GYDB/GYDB/GYDB/GYDatabaseManager/GYDatabaseManager.h",
21     "GYDB/GYDB/GYDB/NSObject+GYDB/NSObject+GYDB.h",
22     "GYDB/GYDB/GYDB/GYDBCondition/GYDBCondition.h",
23     "GYDB/GYDB/GYDB/GYDBError/GYDBError.h"
24   ],
25   "libraries": "sqlite3"