[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 2 / 8 / SKTCaptureObjC / 1.0.65 / SKTCaptureObjC.podspec.json
blob166695d41431a7a62c56df7401dfdbd8051bd64e
2   "name": "SKTCaptureObjC",
3   "version": "1.0.65",
4   "summary": "Capture SDK Objective C 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-preview/ios/en/latest/",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/SocketMobile/cocoapods-capture-obj-c.git",
19     "tag": "1.0.65"
20   },
21   "source_files": "**/*.{h,m,mm}",
22   "public_header_files": "*.h",
23   "preserve_paths": "**/*.a",
24   "resources": "*.{wav,pem}",
25   "ios": {
26     "vendored_libraries": [
27       "lib/libCaptureCore.a",
28       "lib/libCaptureServiceDirect.a"
29     ],
30     "libraries": [
31       "c++",
32       "icucore"
33     ]
34   },
35   "frameworks": [
36     "ExternalAccessory",
37     "AudioToolbox",
38     "AVFoundation",
39     "CoreBluetooth"
40   ]