[Add] HelpCrunchSDK 3.1.8
diff --git a/Specs/6/c/9/HelpCrunchSDK/3.1.8/HelpCrunchSDK.podspec.json b/Specs/6/c/9/HelpCrunchSDK/3.1.8/HelpCrunchSDK.podspec.json
new file mode 100644
index 0000000..7bfa58f
--- /dev/null
+++ b/Specs/6/c/9/HelpCrunchSDK/3.1.8/HelpCrunchSDK.podspec.json
@@ -0,0 +1,47 @@
+{
+ "name": "HelpCrunchSDK",
+ "version": "3.1.8",
+ "summary": "A perfect live chat, email automation and a super-intuitive help desk in one smart customer communication platform.",
+ "documentation_url": "https://docs.helpcrunch.com/ios-sdk.html",
+ "homepage": "https://github.com/helpcrunch/helpcrunchsdk-ios",
+ "license": {
+ "type": "Apache 2.0",
+ "file": "LICENSE"
+ },
+ "authors": {
+ "HelpCrunchSDK": "indo@helpcrunch.com"
+ },
+ "swift_versions": "4.0",
+ "frameworks": [
+ "SystemConfiguration",
+ "AudioToolbox",
+ "UserNotifications",
+ "ImageIO"
+ ],
+ "platforms": {
+ "ios": "10.0"
+ },
+ "pod_target_xcconfig": {
+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
+ },
+ "user_target_xcconfig": {
+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
+ },
+ "requires_arc": true,
+ "source": {
+ "git": "https://github.com/helpcrunch/helpcrunchsdk-ios.git",
+ "tag": "3.1.8"
+ },
+ "source_files": "HelpCrunchSDK.framework/Headers/*.h",
+ "public_header_files": "HelpCrunchSDK.framework/Headers/*.h",
+ "ios": {
+ "vendored_frameworks": "HelpCrunchSDK.framework"
+ },
+ "resources": "HelpCrunchSDK.framework/HelpCrunchSDK.bundle",
+ "dependencies": {
+ "Socket.IO-Client-Swift": [
+ "~> 15.0"
+ ]
+ },
+ "swift_version": "4.0"
+}