[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 9 / 5 / c / OpenMinedSwiftSyft / 0.1.1-beta1 / OpenMinedSwiftSyft.podspec.json
blob6933a01676841a5971be0015645aadd8aa8705c0
2   "name": "OpenMinedSwiftSyft",
3   "module_name": "SwiftSyft",
4   "version": "0.1.1-beta1",
5   "summary": "The official Syft worker for iOS, built in Swift.",
6   "description": "SwiftSyft allows developers to integrate their apps as a worker to PySyft to facilitate\nFederated Learning.",
7   "homepage": "https://github.com/OpenMined/SwiftSyft",
8   "license": {
9     "type": "Apache 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "OpenMined": "author@openmined.com"
14   },
15   "source": {
16     "git": "https://github.com/OpenMined/SwiftSyft.git",
17     "tag": "v0.1.1-beta1"
18   },
19   "pod_target_xcconfig": {
20     "HEADER_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/LibTorch/install/include\"",
21     "VALID_ARCHS": "x86 arm64"
22   },
23   "platforms": {
24     "ios": "13.0"
25   },
26   "swift_versions": "5.1.3",
27   "source_files": "SwiftSyft/**/*",
28   "static_framework": true,
29   "dependencies": {
30     "LibTorch": [
31       "~> 1.5.0"
32     ],
33     "GoogleWebRTC": [
34       "~> 1.1.0"
35     ],
36     "SyftProto": [
37       "0.4.9"
38     ]
39   },
40   "testspecs": [
41     {
42       "name": "Tests",
43       "test_type": "unit",
44       "source_files": "Tests/*.swift",
45       "resources": "Tests/Resources/*.{json,proto}",
46       "dependencies": {
47         "OHHTTPStubs/Swift": [
49         ]
50       },
51       "requires_app_host": true
52     }
53   ],
54   "swift_version": "5.1.3"