[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 2 / 6 / 3 / GMObjC / 1.0.4 / GMObjC.podspec.json
blobcf487b568093846ebb167255125853e54c301e4d
2   "name": "GMObjC",
3   "version": "1.0.4",
4   "summary": "国密 sm2、sm4 加解密,sm2 签名验签,sm3 摘要算法 OC 封装,基于 OpenSSL。",
5   "description": "OpenSSL 1.1.1 以上版本支持国密加密,基于 OpenSSL 1.1.1c 封装 sm2、sm4 加解密,sm2 签名验签,sm3 摘要算法。",
6   "homepage": "https://github.com/muzipiao/GMObjC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lifei": "lifei_zdjl@126.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "static_framework": true,
18   "source": {
19     "git": "https://github.com/muzipiao/GMObjC.git",
20     "tag": "1.0.4"
21   },
22   "source_files": "GMObjC/Classes/**/*.{h,m}",
23   "public_header_files": "GMObjC/Classes/**/*.h",
24   "frameworks": "Foundation",
25   "requires_arc": true,
26   "dependencies": {
27     "GMOpenSSL": [
29     ]
30   }