[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 5 / c / OpenMinedSwiftSyft / 0.1.3-beta2 / OpenMinedSwiftSyft.podspec.json
blob780c90aa2374b89f4fed65195611b6fe77128cd0
2   "name": "OpenMinedSwiftSyft",
3   "module_name": "SwiftSyft",
4   "version": "0.1.3-beta2",
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.3-beta2"
18   },
19   "pod_target_xcconfig": {
20     "HEADER_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/LibTorch/install/include\"",
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
22   },
23   "platforms": {
24     "ios": "13.0"
25   },
26   "swift_versions": "5.1.3",
27   "source_files": "SwiftSyft/**/*",
28   "static_framework": true,
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "private_header_files": "SwiftSyft/Classes/TorchWrapper/src/*.h",
33   "dependencies": {
34     "LibTorch": [
35       "~> 1.6.1"
36     ],
37     "GoogleWebRTC": [
38       "~> 1.1.0"
39     ],
40     "SyftProto": [
41       "0.4.9"
42     ]
43   },
44   "testspecs": [
45     {
46       "name": "Tests",
47       "test_type": "unit",
48       "source_files": "Tests/*.swift",
49       "resources": "Tests/Resources/*.{json,proto}",
50       "dependencies": {
51         "OHHTTPStubs/Swift": [
53         ]
54       },
55       "requires_app_host": true
56     }
57   ],
58   "swift_version": "5.1.3"