[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 2 / e / AICrypto / 1.0.0 / AICrypto.podspec.json
blob9c302451179405caead71ede41640e189b46ba19
2   "name": "AICrypto",
3   "version": "1.0.0",
4   "summary": "一个加密的object-c工具包.",
5   "description": "一个加密的object-c工具包.集成了DES AES RSA",
6   "homepage": "https://git.oschina.net/aicmciisc/AICrypto",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "zhaoliang": "zhaol2014@foxmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://git.oschina.net/aicmciisc/AICrypto.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "AICrypto",
20     "AICrypto/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "public_header_files": "AICrypto/**/*.h",
24   "requires_arc": true,
25   "dependencies": {
26     "GTMBase64": [
28     ]
29   }