[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 0 / 1 / GMCache / 1.0.0 / GMCache.podspec.json
blob8b112fce0f00f36077366f80f07930c77b1486b8
2   "name": "GMCache",
3   "version": "1.0.0",
4   "summary": "A library for storing ordinary data insecurely or storing important data in security.",
5   "description": "GMCache,based on FMDatabase library,stores objects in sqlite.You can use it to store your important data in security,which would be encrypted with AES256 algorithm.",
6   "homepage": "https://github.com/yuexygoodman/GMCache",
7   "license": "MIT",
8   "authors": "Good Man",
9   "platforms": {
10     "ios": "7.0"
11   },
12   "source": {
13     "git": "https://github.com/yuexygoodman/GMCache.git",
14     "tag": "1.0.0"
15   },
16   "source_files": "GMCache/*.{h,m}",
17   "exclude_files": "Classes/Exclude",
18   "dependencies": {
19     "FMDB": [
20       "~> 2.7.2"
21     ]
22   }