[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 7 / e / 0 / FlowSDK / 0.7.1 / FlowSDK.podspec.json
blobcb6864d1df2a658aa67f793875967ea27f145d43
2   "name": "FlowSDK",
3   "version": "0.7.1",
4   "summary": "Flow blockchain swift SDK",
5   "homepage": "https://github.com/portto/flow-swift-sdk",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Scott": "scott@portto.com"
12   },
13   "source": {
14     "git": "https://github.com/portto/flow-swift-sdk.git",
15     "tag": "0.7.1"
16   },
17   "social_media_url": "https://twitter.com/BloctoApp",
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "default_subspecs": "FlowSDK",
23   "subspecs": [
24     {
25       "name": "FlowSDK",
26       "source_files": "Sources/FlowSDK/**/*",
27       "dependencies": {
28         "BigInt": [
29           "~> 5.2.0"
30         ],
31         "CryptoSwift": [
32           "~> 1.5.1"
33         ],
34         "Cadence": [
35           "~> 0.7.1"
36         ],
37         "gRPC-Swiftp": [
38           "1.8.2"
39         ],
40         "SwiftProtobuf": [
41           "1.9.0"
42         ],
43         "secp256k1Swift": [
44           "~> 0.7.4"
45         ]
46       }
47     }
48   ],
49   "swift_version": "5.0"