[Add] VeloxitySDK 3.3.5
diff --git a/Specs/3/b/d/VeloxitySDK/3.3.5/VeloxitySDK.podspec.json b/Specs/3/b/d/VeloxitySDK/3.3.5/VeloxitySDK.podspec.json
new file mode 100644
index 0000000..b5e2351
--- /dev/null
+++ b/Specs/3/b/d/VeloxitySDK/3.3.5/VeloxitySDK.podspec.json
@@ -0,0 +1,41 @@
+{
+  "name": "VeloxitySDK",
+  "module_name": "VeloxitySDK",
+  "version": "3.3.5",
+  "summary": "Veloxity iOS SDK",
+  "description": "Veloxity SDK For IOS",
+  "homepage": "https://bitbucket.org/veloxity-inc/veloxity-ios-cocoapods",
+  "license": "Proprietary License",
+  "authors": {
+    "veloxity": "developer@veloxity.net"
+  },
+  "source": {
+    "git": "https://bitbucket.org/veloxity-inc/veloxity-ios-cocoapods",
+    "tag": "3.3.5"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "requires_arc": true,
+  "source_files": "Pod/VeloxitySDK.framework/Headers/*.h",
+  "public_header_files": "Pod/VeloxitySDK.framework/Headers/*.h",
+  "preserve_paths": "Pod/VeloxitySDK.framework",
+  "vendored_frameworks": "Pod/VeloxitySDK.framework",
+  "frameworks": [
+    "Foundation",
+    "UIKit",
+    "CFNetwork",
+    "CoreLocation",
+    "SystemConfiguration",
+    "CoreTelephony",
+    "Security",
+    "VeloxitySDK"
+  ],
+  "libraries": [
+    "z",
+    "sqlite3"
+  ],
+  "xcconfig": {
+    "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz"
+  }
+}