[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 7 / 4 / AMRSA / 1.0.0 / AMRSA.podspec.json
blob67139ddc5583cd1e714cc59c3f4c3b22dbeead17
2   "name": "AMRSA",
3   "version": "1.0.0",
4   "summary": "A Object-c lib of RSA.",
5   "description": "1.Generate a key pair\n\n2.Encrypt by public key\n\n3.decrypt by private key\n\n4.sign by private key\n\n5.verify by public key.",
6   "homepage": "https://github.com/LiuToTo/AMRSA",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LiuToTo": "526902870@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/LiuToTo/AMRSA.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "ios": {
22     "source_files": "AMRSA/Classes/include/openssl/*.h",
23     "public_header_files": "AMRSA/Classes/include/openssl/*.h",
24     "header_dir": "openssl",
25     "preserve_paths": [
26       "AMRSA/Classes/lib/libcrypto.a",
27       "AMRSA/Classes/lib/libssl.a"
28     ],
29     "vendored_libraries": [
30       "AMRSA/Classes/lib/libcrypto.a",
31       "AMRSA/Classes/lib/libssl.a"
32     ]
33   }