[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 2 / 8 / SKTCaptureObjC / 1.3.63 / SKTCaptureObjC.podspec.json
bloba2a4ec3189a57f287f554ad8063580ed88e14c0c
2   "name": "SKTCaptureObjC",
3   "version": "1.3.63",
4   "summary": "Capture SDK Objective C 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": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/SocketMobile/cocoapods-capture-obj-c.git",
19     "tag": "1.3.63"
20   },
21   "source_files": "**/*.{h,m,mm}",
22   "public_header_files": "**/*.h",
23   "static_framework": true,
24   "resources": "*.{wav,pem}",
25   "ios": {
26     "vendored_frameworks": "lib/SKTCapture.xcframework",
27     "libraries": [
28       "c++",
29       "icucore"
30     ]
31   },
32   "frameworks": [
33     "ExternalAccessory",
34     "AudioToolbox",
35     "AVFoundation",
36     "CoreBluetooth"
37   ],
38   "pod_target_xcconfig": {
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
40   },
41   "user_target_xcconfig": {
42     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
43   }