[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 8 / 7 / e / PolywrapClient / 0.0.4 / PolywrapClient.podspec.json
blob9ae655b2a1028105cfccb3bf1122222006d20c2e
2   "name": "PolywrapClient",
3   "version": "0.0.4",
4   "summary": "Implementation of a client compatible with the WRAP Protocol in Swift",
5   "homepage": "https://github.com/polywrap/swift-client",
6   "license": "MIT",
7   "authors": {
8     "Cesar": "cesar@polywrap.io"
9   },
10   "source_files": "Source/**/*.swift",
11   "swift_versions": "5.0",
12   "platforms": {
13     "ios": "13.0",
14     "osx": "10.15"
15   },
16   "source": {
17     "git": "https://github.com/polywrap/swift-client.git",
18     "tag": "v0.0.4"
19   },
20   "static_framework": true,
21   "dependencies": {
22     "PolywrapClientNative": [
23       "~> 0.0.4"
24     ],
25     "MessagePacker": [
26       "~> 0.4.7"
27     ],
28     "AsyncObjects": [
29       "~> 2.1.0"
30     ]
31   },
32   "swift_version": "5.0"