[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / 4 / f / EosioSwift / 0.1.1 / EosioSwift.podspec.json
blob93f6eacd692f32a3045ec79d3d74c7eabcd5a836
2   "name": "EosioSwift",
3   "version": "0.1.1",
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     "Steve McCoole": "steve.mccoole@objectpartners.com",
16     "Ben Martell": "ben.martell@objectpartners.com"
17   },
18   "source": {
19     "git": "https://github.com/EOSIO/eosio-swift.git",
20     "tag": "v0.1.1"
21   },
22   "swift_version": "4.2",
23   "platforms": {
24     "ios": "11.0"
25   },
26   "source_files": "EosioSwift/**/*.swift",
27   "pod_target_xcconfig": {
28     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
29     "CLANG_ENABLE_MODULES": "YES",
30     "SWIFT_COMPILATION_MODE": "wholemodule",
31     "ENABLE_BITCODE": "YES"
32   },
33   "ios": {
34     "dependencies": {
35       "BigInt": [
36         "~> 3.1"
37       ],
38       "PromiseKit": [
39         "~> 6.8"
40       ]
41     }
42   }