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