[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 5 / c / GTPersistance / 0.0.1 / GTPersistance.podspec.json
blob26c03372f14cb98c79ce2772507bab43eced8686
2   "name": "GTPersistance",
3   "version": "0.0.1",
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.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "GTPersistance/**/*",
21   "requires_arc": true,
22   "frameworks": "UIKit",
23   "libraries": "sqlite3",
24   "dependencies": {
25     "SQLCipher": [
27     ],
28     "GTMediator": [
30     ]
31   }