[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / d / 9 / 1 / CryptoPrephirences / 3.0.0 / CryptoPrephirences.podspec.json
blob7d0cc5ff6c1c4f6cd0ab075e163e0d44348e4871
2   "name": "CryptoPrephirences",
3   "version": "3.0.0",
4   "summary": "Add some encryption to your sensitive preferences",
5   "homepage": "https://github.com/phimage/CryptoPrephirences",
6   "license": "MIT",
7   "authors": {
8     "phimage": "eric.marchand.n7@gmail.com"
9   },
10   "platforms": {
11     "ios": "9.0",
12     "osx": "10.11",
13     "tvos": "10.0",
14     "watchos": "3.0"
15   },
16   "source": {
17     "git": "https://github.com/phimage/CryptoPrephirences.git",
18     "tag": "3.0.0"
19   },
20   "default_subspecs": "Core",
21   "dependencies": {
22     "CryptoSwift": [
24     ],
25     "Prephirences": [
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Sources/*.swift"
33     }
34   ]