[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 6 / e / Phidget22Swift / 1.13.3 / Phidget22Swift.podspec.json
blobeb9d0ed251d5797e0d6a45b146b79d4e0af84d85
2   "name": "Phidget22Swift",
3   "version": "1.13.3",
4   "summary": "Phidget22 Swift Library",
5   "description": "Phidget22 Swift library",
6   "homepage": "https://www.phidgets.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "phidgets": "patrick@phidgets.com"
13   },
14   "source": {
15     "http": "https://www.phidgets.com/downloads/phidget22/libraries/any/Phidget22Swift/Phidget22Swift_1.13.20230221.zip"
16   },
17   "swift_versions": [
18     "3.2",
19     "4.0",
20     "4.2",
21     "5.0"
22   ],
23   "platforms": {
24     "ios": "9.0",
25     "osx": "10.9"
26   },
27   "source_files": [
28     "src/**/*",
29     "libphidget22/phidget22.h",
30     "libphidget22/phidget22private.h"
31   ],
32   "ios": {
33     "vendored_libraries": "libphidget22/libphidget22.a",
34     "libraries": "phidget22"
35   },
36   "osx": {
37     "vendored_frameworks": "libphidget22/Phidget22.framework",
38     "frameworks": "Phidget22"
39   },
40   "preserve_paths": [
41     "libphidget22/phidget22.h",
42     "libphidget22/phidget22private.h",
43     "libphidget22/module.modulemap"
44   ],
45   "private_header_files": [
46     "libphidget22/phidget22.h",
47     "libphidget22/phidget22private.h"
48   ],
49   "xcconfig": {
50     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/#{s.name}/libphidget22/**",
51     "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/libphidget22/** ${PODS_ROOT}/#{s.name}/libphidget22/**"
52   },
53   "pod_target_xcconfig": {
54     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
55   },
56   "user_target_xcconfig": {
57     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
58   },
59   "swift_version": "5.0"