[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / 4 / f / EosioSwift / 0.3.0 / EosioSwift.podspec.json
blobe6d059ef1771da2cc3835502015bef75e0347d44
2   "name": "EosioSwift",
3   "version": "0.3.0",
4   "summary": "EOSIO SDK for Swift - API for integrating with EOSIO-based blockchains.",
5   "homepage": "https://github.com/EOSIO/eosio-swift",
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.git",
22     "tag": "v0.3.0"
23   },
24   "swift_versions": "5.0",
25   "platforms": {
26     "ios": "11.0"
27   },
28   "source_files": "EosioSwift/**/*.swift",
29   "pod_target_xcconfig": {
30     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
31     "CLANG_ENABLE_MODULES": "YES",
32     "SWIFT_COMPILATION_MODE": "wholemodule",
33     "ENABLE_BITCODE": "YES"
34   },
35   "ios": {
36     "dependencies": {
37       "BigInt": [
38         "~> 5.0"
39       ],
40       "PromiseKit": [
41         "~> 6.8"
42       ]
43     }
44   },
45   "swift_version": "5.0"