[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / a / 4 / libHTAESencrypt / 1.9.9.3 / libHTAESencrypt.podspec.json
blobb0103199eb849dcae397408fc337a8a558792ca0
2   "name": "libHTAESencrypt",
3   "version": "1.9.9.3",
4   "summary": "A customized  AES encryption library, you can use  pod: libHTAESencrypt.",
5   "description": "This a private AES256 encryption, which wrapped the c++ for key encryption methods.\nA perfect example of wrapping C++ in your objective c project.",
6   "homepage": "https://github.com/Young-Je/libHTAESencrypt",
7   "license": {
8     "type": "MIT",
9     "file": "HT_LICENSE"
10   },
11   "authors": {
12     "lev012": "lev012@icloud.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/Young-Je/libHTAESencrypt.git",
19     "commit": "3f4beeb2e6772a35cc5233d327a4e47d6945109d",
20     "submodules": true
21   },
22   "source_files": "libHTAESencrypt/HTCustomizedAESencrypt.h",
23   "public_header_files": "libHTAESencrypt/HTCustomizedAESencrypt.h",
24   "libraries": [
25     "c++",
26     "xml2"
27   ],
28   "subspecs": [
29     {
30       "name": "AESCrypt",
31       "source_files": "libHTAESencrypt/AESCrypt/**/*.{h,m,cpp,mm}",
32       "public_header_files": "libHTAESencrypt/AESCrypt/**/*.h"
33     }
34   ]