[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / e / 0 / FlowSDK / 0.3.0 / FlowSDK.podspec.json
blobb1fab6108eec5fc3ce18606f379d468750be27ec
2   "name": "FlowSDK",
3   "version": "0.3.0",
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.3.0"
16   },
17   "social_media_url": "https://twitter.com/BloctoApp",
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "13.0",
21     "osx": "10.15",
22     "tvos": "13.0",
23     "watchos": "6.0"
24   },
25   "default_subspecs": "FlowSDK",
26   "subspecs": [
27     {
28       "name": "FlowSDK",
29       "source_files": "Sources/FlowSDK/**/*",
30       "dependencies": {
31         "BigInt": [
32           "~> 5.2.0"
33         ],
34         "CryptoSwift": [
35           "~> 1.5.1"
36         ],
37         "Cadence": [
38           "~> 0.3.0"
39         ],
40         "gRPC-Swiftp": [
41           "~> 1.8.2"
42         ],
43         "secp256k1Swift": [
44           "~> 0.7.4"
45         ]
46       }
47     }
48   ],
49   "swift_version": "5.0"