[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / 6 / 3 / f / EncryptedDB / 0.1.0 / EncryptedDB.podspec.json
blobbd8ab47018c599d11f306b081f9bc35f91d24b05
2   "name": "EncryptedDB",
3   "version": "0.1.0",
4   "summary": "EncryptedDB.",
5   "description": "加密数据库EncryptedDB",
6   "homepage": "https://github.com/AgoniNemo/EncryptedDB",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AgoniNemo": "XZC168520@163.com"
13   },
14   "source": {
15     "git": "https://github.com/AgoniNemo/EncryptedDB.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "EncryptedDB/Classes/*.h",
22   "dependencies": {
23     "FMDB/SQLCipher": [
24       "~> 2.7.5"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Database",
30       "source_files": "EncryptedDB/Classes/Database/*.{h,m}"
31     }
32   ]