[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / a / 7 / 0 / SKTCapture / 1.2.40 / SKTCapture.podspec.json
blob8975035f31dd067b9ced13f08a7ba0a9a4d85d97
2   "name": "SKTCapture",
3   "version": "1.2.40",
4   "summary": "Capture SDK Swift for Socket Mobile wireless devices.",
5   "homepage": "https://www.socketmobile.com",
6   "license": {
7     "type": "COMMERCIAL",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Socket": "developers@socketmobile.com"
12   },
13   "documentation_url": "https://docs.socketmobile.com/capture/ios/en/latest/",
14   "platforms": {
15     "ios": "9.1"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/SocketMobile/cocoapods-capture.git",
20     "tag": "1.2.40"
21   },
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "5.0",
24     "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
25   },
26   "source_files": "**/*.{h,swift}",
27   "public_header_files": "*.h",
28   "preserve_paths": "**/*.a",
29   "resources": [
30     "*.wav",
31     "*.pem"
32   ],
33   "ios": {
34     "vendored_libraries": [
35       "lib/libCaptureCore.a",
36       "lib/libCaptureServiceDirect.a"
37     ],
38     "libraries": [
39       "c++",
40       "icucore"
41     ]
42   },
43   "frameworks": [
44     "ExternalAccessory",
45     "AudioToolbox",
46     "AVFoundation",
47     "CoreBluetooth"
48   ],
49   "swift_version": "5.0"