[Add] AdjustSignature 3.35.1
[CocoaPods.git] / Specs / a / 7 / 6 / GioSwKriptor / 0.1.5 / GioSwKriptor.podspec.json
blob8217b360bfa3a276a4911019ba7e4a70e186b65b
2   "name": "GioSwKriptor",
3   "version": "0.1.5",
4   "summary": "GioSwKriptor is a wrapper library of OPENSSL for swift.",
5   "description": "GioSwKriptor is in development process and it just does Diffie-Helman key exchange according to 2048-bit MODP Group with 256-bit Prime Order Subgroup in RFC5114(https://tools.ietf.org/html/rfc5114)",
6   "homepage": "https://github.com/sercan5534/GioSwKriptor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sercan Özen": "sercangsu@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/sercan5534/GioSwKriptor.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GioSwKriptor/Classes/**/*",
22   "ios": {
23     "source_files": "GioSwKriptor/openssl-ios/openssl/*.h",
24     "preserve_paths": [
25       "GioSwKriptor/openssl-ios/libcrypto.a",
26       "GioSwKriptor/openssl-ios/libssl.a"
27     ],
28     "vendored_libraries": [
29       "GioSwKriptor/openssl-ios/libcrypto.a",
30       "GioSwKriptor/openssl-ios/libssl.a"
31     ]
32   },
33   "dependencies": {
34     "OpenSSL-iOS": [
35       "1.0.204"
36     ]
37   }