[Add] ErxesSDK 0.1.5
diff --git a/Specs/0/2/c/ErxesSDK/0.1.5/ErxesSDK.podspec.json b/Specs/0/2/c/ErxesSDK/0.1.5/ErxesSDK.podspec.json
new file mode 100644
index 0000000..a8c765f
--- /dev/null
+++ b/Specs/0/2/c/ErxesSDK/0.1.5/ErxesSDK.podspec.json
@@ -0,0 +1,44 @@
+{
+  "name": "ErxesSDK",
+  "version": "0.1.5",
+  "summary": "A short description of erxes-ios-sdk.",
+  "swift_version": "4.0",
+  "description": "erxes for IOS SDK, for integrating erxes into your iOS application https://erxes.io/",
+  "homepage": "https://github.com/erxes/erxes-ios-sdk",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "erxes": "info@erxes.io"
+  },
+  "source": {
+    "git": "https://github.com/erxes/erxes-ios-sdk.git",
+    "tag": "0.1.5"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "source_files": "ErxesSDK/Classes/**/*",
+  "resource_bundles": {
+    "ErxesSDK": [
+      "ErxesSDK/Assets/**/*.{jpg,storyboard,png,ttf,gif,strings}"
+    ]
+  },
+  "pod_target_xcconfig": {
+    "DEFINES_MODULE": "YES",
+    "SWIFT_VERSION": "4.0"
+  },
+  "frameworks": "Photos",
+  "dependencies": {
+    "Apollo": [
+      "~> 0.8.0"
+    ],
+    "LiveGQL": [
+      "~> 2.0.0"
+    ],
+    "Alamofire": [
+      "~> 4.7"
+    ]
+  }
+}