[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 7 / 9 / 3 / EncryptedDATAStack / 1.0.0 / EncryptedDATAStack.podspec.json
blob6a4c475c789c94900896be663175982778d06763
2   "name": "EncryptedDATAStack",
3   "version": "1.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": "1.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": "2.3"