[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 9 / 3 / EncryptedDATAStack / 2.0.0 / EncryptedDATAStack.podspec.json
blobf8545a8ae3bcc1f554c8544c422a512dfa38761b
2   "name": "EncryptedDATAStack",
3   "version": "2.0.0",
4   "summary": "Set up your encrypted database with only 1 line of code!",
5   "description": "Build your encrypted database with only 1 line of code. An extension of DATAStack with support of Encryption.",
6   "homepage": "https://github.com/flipacholas/EncryptedDATAStack",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rodrigo Copetti": "flipacholas@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/flipacholas/EncryptedDATAStack.git",
16     "tag": "2.0.0"
17   },
18   "social_media_url": "https://twitter.com/flipacholas",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "EncryptedDATAStack/Classes/**/*",
23   "frameworks": [
24     "Foundation",
25     "CoreData"
26   ],
27   "dependencies": {
28     "EncryptedCoreData": [
29       "~> 3.1"
30     ]
31   },
32   "pushed_with_swift_version": "3.0"