[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 6 / e / Phidget22Swift / 1.0.18 / Phidget22Swift.podspec.json
blobcddc397811b768556f35305a8e20a2ca9065ba39
2   "name": "Phidget22Swift",
3   "version": "1.0.18",
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.0.0.20181026.zip"
16   },
17   "swift_version": "3.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   },
33   "preserve_paths": [
34     "libphidget22/phidget22.h",
35     "libphidget22/module.modulemap"
36   ],
37   "private_header_files": "libphidget22/phidget22.h",
38   "xcconfig": {
39     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/#{s.name}/libphidget22/**",
40     "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/libphidget22/** ${PODS_ROOT}/#{s.name}/libphidget22/**"
41   }