[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 7 / 8 / 5 / SwiftUmbral / 0.2 / SwiftUmbral.podspec.json
blob33a05d67edb1104e4ce39bd9f2d8f71dca5b0d7e
2   "name": "SwiftUmbral",
3   "version": "0.2",
4   "summary": "Umbral proxy re-encryption implementation in vanilla Swift for iOS ans macOS",
5   "description": "Umbral proxy re-encryption implementation in vanilla Swift, intended for mobile developers of privacy related apps.",
6   "homepage": "https://github.com/shamatar/SwiftUmbral",
7   "license": "Apache License 2.0",
8   "authors": {
9     "Alex Vlasov": "alex.m.vlasov@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/shamatar/SwiftUmbral.git",
13     "tag": "0.2"
14   },
15   "social_media_url": "https://twitter.com/shamatar",
16   "swift_version": "4.1",
17   "module_name": "SwiftUmbral",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "public_header_files": "SwiftUmbral/SwiftUmbral.h",
23   "source_files": [
24     "SwiftUmbral/Classes/*.,swift, SwiftUmbral/SwiftUmbral.h",
25     "SwiftUmbral/SwiftUmbral.h"
26   ],
27   "pod_target_xcconfig": {
28     "DEFINES_MODULE": "YES"
29   },
30   "dependencies": {
31     "BigInt": [
32       "~> 3.1"
33     ],
34     "EllipticSwift": [
35       "~> 2.0"
36     ],
37     "CryptoSwift": [
38       "~> 0.12"
39     ]
40   }