[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / c / 9 / HelpCrunchSDK / 1.1.00 / HelpCrunchSDK.podspec.json
blob19a27547746c6c4f5bd577504c6904eeb734218e
2   "name": "HelpCrunchSDK",
3   "version": "1.1.00",
4   "summary": "A perfect live chat, email automation and a super-intuitive help desk in one smart customer communication platform.",
5   "documentation_url": "https://docs.helpcrunch.com/ios-sdk.html",
6   "homepage": "https://github.com/helpcrunch/sdk-cocoapods",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HelpCrunchSDK": "indo@helpcrunch.com"
13   },
14   "swift_version": "4.0",
15   "frameworks": [
16     "SystemConfiguration",
17     "AudioToolbox"
18   ],
19   "platforms": {
20     "ios": "10.0"
21   },
22   "requires_arc": true,
23   "source": {
24     "git": "https://github.com/helpcrunch/sdk-cocoapods.git",
25     "tag": "1.1.00",
26     "branch": "dev"
27   },
28   "source_files": [
29     "HelpCrunchSDK.framework/Versions/A/Headers/*.h",
30     "*.swift"
31   ],
32   "public_header_files": "HelpCrunchSDK.framework/Versions/A/Headers/*.h",
33   "ios": {
34     "vendored_frameworks": "HelpCrunchSDK.framework"
35   },
36   "resources": "HelpCrunchSDK.bundle",
37   "xcconfig": {
38     "FRAMEWORK_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/HelpCrunchSDK/"
39   },
40   "dependencies": {
41     "Socket.IO-Client-Swift": [
42       "~> 13.0"
43     ]
44   }