[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 9 / 6 / e / Phidget22Swift / 1.4.2 / Phidget22Swift.podspec.json
blobcf0af31bbd479c96c315ec0e12cf586dc934d25d
2   "name": "Phidget22Swift",
3   "version": "1.4.2",
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.4.20190731.zip"
16   },
17   "swift_versions": [
18     "3.2",
19     "4.0",
20     "4.2",
21     "5.0",
22     "5.0"
23   ],
24   "platforms": {
25     "ios": "8.0",
26     "osx": "10.9"
27   },
28   "source_files": [
29     "src/**/*",
30     "libphidget22/phidget22.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/module.modulemap"
43   ],
44   "private_header_files": "libphidget22/phidget22.h",
45   "xcconfig": {
46     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/#{s.name}/libphidget22/**",
47     "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/libphidget22/** ${PODS_ROOT}/#{s.name}/libphidget22/**"
48   },
49   "swift_version": "5.0"