[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 5 / 9 / a / EosioSwiftEcc / 0.1.2 / EosioSwiftEcc.podspec.json
blob2386e9731bed6e356128cd094bae0661cff72493
2   "name": "EosioSwiftEcc",
3   "version": "0.1.2",
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     "Steve McCoole": "steve.mccoole@objectpartners.com",
16     "Ben Martell": "ben.martell@objectpartners.com"
17   },
18   "source": {
19     "git": "https://github.com/EOSIO/eosio-swift-ecc.git",
20     "tag": "v0.1.2"
21   },
22   "swift_versions": "4.2",
23   "platforms": {
24     "ios": "11.0"
25   },
26   "source_files": [
27     "EosioSwiftEcc/**/*.{c,h,m,cpp,hpp}",
28     "EosioSwiftEcc/**/*.swift"
29   ],
30   "libraries": "c++",
31   "pod_target_xcconfig": {
32     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++17",
33     "CLANG_CXX_LIBRARY": "libc++",
34     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
35     "CLANG_ENABLE_MODULES": "YES",
36     "SWIFT_COMPILATION_MODE": "wholemodule",
37     "ENABLE_BITCODE": "YES"
38   },
39   "ios": {
40     "dependencies": {
41       "GRKOpenSSLFramework": [
42         "~> 1.0"
43       ],
44       "EosioSwift": [
45         "~> 0.1.2"
46       ]
47     }
48   },
49   "swift_version": "4.2"