[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 4 / 0 / 2 / ElastosDIDSDK / 1.5 / ElastosDIDSDK.podspec.json
blob2e51d72195532c26f140c2deb4a3d8acad28d783
2   "name": "ElastosDIDSDK",
3   "version": "1.5",
4   "summary": "Elastos Hive iOS SDK Distribution.",
5   "swift_versions": "4.2",
6   "description": "Elastos hive ios sdk framework distribution.",
7   "homepage": "https://www.elastos.org",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "hive-dev": "support@elastos.org"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/elastos/Elastos.DID.Swift.SDK.git",
20     "tag": "1.5"
21   },
22   "source_files": [
23     "ElastosDIDSDK/**/*.{h,m,swift}",
24     "Externals/Antlr4/**/**/*.{h,m,swift,interp,tokens,g4}",
25     "Externals/base58/*.{swift}",
26     "Externals/ByteBuffer/*.{swift}",
27     "Externals/CryptorECC/*.{swift}",
28     "Externals/HDKey/include/*.{h,swift}",
29     "Externals/SwiftJWT/*.{swift}"
30   ],
31   "vendored_libraries": "Externals/HDKey/lib/*.a",
32   "dependencies": {
33     "PromiseKit": [
34       "~> 6.9"
35     ],
36     "BlueRSA": [
37       "~> 1.0"
38     ],
39     "LoggerAPI": [
40       "~> 1.7"
41     ],
42     "KituraContracts": [
43       "~> 1.1"
44     ],
45     "BlueCryptor": [
46       "~> 1.0"
47     ]
48   },
49   "pod_target_xcconfig": {
50     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
51   },
52   "user_target_xcconfig": {
53     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
54   },
55   "swift_version": "4.2"