[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 5 / c / GTPersistance / 0.0.2 / GTPersistance.podspec.json
blobbf741450753f8fd5cb3474d09cb82b00815fdbc6
2   "name": "GTPersistance",
3   "version": "0.0.2",
4   "summary": "Objective-C Model Layer with SQLite.",
5   "homepage": "https://github.com/liuxc123/GTPersistance",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "liuxc123": "lxc_work@126.com"
12   },
13   "source": {
14     "git": "https://github.com/liuxc123/GTPersistance.git",
15     "tag": "0.0.2"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "public_header_files": "GTPersistance/**/*.h",
21   "source_files": "GTPersistance/**/*.{h,m}",
22   "requires_arc": true,
23   "frameworks": "UIKit",
24   "libraries": "sqlite3",
25   "dependencies": {
26     "SQLCipher": [
28     ]
29   }