[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 2 / 6 / 3 / GMObjC / 0.1.2 / GMObjC.podspec.json
blobfb294479a91c7e8b688f7ea084b857d6cd5f3d90
2   "name": "GMObjC",
3   "version": "0.1.2",
4   "summary": "基于 OpenSSL 封装国密 sm2 和 sm4 加解密。",
5   "description": "OpenSSL 1.1.1 以上版本支持国密加密,纯 C 的 Api 不方便使用,使用 OC 封装。",
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": "0.1.2"
21   },
22   "source_files": "GMObjC/Classes/**/*.{h,m}",
23   "frameworks": "Foundation",
24   "requires_arc": true,
25   "dependencies": {
26     "GMOpenSSL": [
28     ]
29   }