[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 6 / e / Phidget22Swift / 1.3.1 / Phidget22Swift.podspec.json
blobe1269a5642438b2f148588693c2f404c15cc85ed
2   "name": "Phidget22Swift",
3   "version": "1.3.1",
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.3.20190524.zip"
16   },
17   "swift_version": "4.2",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "source_files": [
23     "src/**/*",
24     "libphidget22/phidget22.h"
25   ],
26   "ios": {
27     "vendored_libraries": "libphidget22/libphidget22.a",
28     "libraries": "phidget22"
29   },
30   "osx": {
31     "vendored_frameworks": "libphidget22/Phidget22.framework",
32     "frameworks": "Phidget22"
33   },
34   "preserve_paths": [
35     "libphidget22/phidget22.h",
36     "libphidget22/module.modulemap"
37   ],
38   "private_header_files": "libphidget22/phidget22.h",
39   "xcconfig": {
40     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/#{s.name}/libphidget22/**",
41     "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/libphidget22/** ${PODS_ROOT}/#{s.name}/libphidget22/**"
42   }