[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / 9 / a / EosioSwiftEcc / 0.4.0 / EosioSwiftEcc.podspec.json
blobd12b180fed5016da529995b79845b286a46adbe3
2   "name": "EosioSwiftEcc",
3   "version": "0.4.0",
4   "summary": "Elliptical Curve Cryptography (ECC) functions for EOSIO.",
5   "homepage": "https://github.com/EOSIO/eosio-swift-ecc",
6   "license": {
7     "type": "MIT",
8     "text": "                           Copyright (c) 2017-2019 block.one and its contributors.  All rights reserved.\n"
9   },
10   "authors": {
11     "Todd Bowden": "todd.bowden@block.one",
12     "Serguei Vinnitskii": "serguei.vinnitskii@block.one",
13     "Farid Rahmani": "farid.rahmani@block.one",
14     "Brandon Fancher": "brandon.fancher@block.one",
15     "Mark Johnson": "mark.johnson@block.one",
16     "Paul Kim": "paul.kim@block.one",
17     "Steve McCoole": "steve.mccoole@objectpartners.com",
18     "Ben Martell": "ben.martell@objectpartners.com"
19   },
20   "source": {
21     "git": "https://github.com/EOSIO/eosio-swift-ecc.git",
22     "tag": "v0.4.0"
23   },
24   "swift_versions": "5.0",
25   "platforms": {
26     "ios": "11.0"
27   },
28   "source_files": [
29     "EosioSwiftEcc/**/*.{c,h,m,cpp,hpp}",
30     "EosioSwiftEcc/**/*.swift"
31   ],
32   "libraries": "c++",
33   "pod_target_xcconfig": {
34     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++17",
35     "CLANG_CXX_LIBRARY": "libc++",
36     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
37     "CLANG_ENABLE_MODULES": "YES",
38     "SWIFT_COMPILATION_MODE": "wholemodule",
39     "ENABLE_BITCODE": "YES"
40   },
41   "ios": {
42     "dependencies": {
43       "GRKOpenSSLFramework": [
44         "1.0.2.19"
45       ],
46       "EosioSwift": [
47         "~> 0.4.0"
48       ]
49     }
50   },
51   "swift_version": "5.0"