[Add] Split 2.0.0
diff --git a/Specs/8/a/9/Split/2.0.0/Split.podspec.json b/Specs/8/a/9/Split/2.0.0/Split.podspec.json
new file mode 100644
index 0000000..550a547
--- /dev/null
+++ b/Specs/8/a/9/Split/2.0.0/Split.podspec.json
@@ -0,0 +1,26 @@
+{
+  "name": "Split",
+  "module_name": "Split",
+  "version": "2.0.0",
+  "summary": "iOS SDK for Split",
+  "description": "This SDK is designed to work with Split, the platform for controlled rollouts, serving features to your users via the Split feature flag to manage your complete customer experience.",
+  "homepage": "http://www.split.io",
+  "license": {
+    "type": "Apache 2.0",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Patricio Echague": "pato@split.io",
+    "Sebastian Arrubia": "sebastian@split.io",
+    "Fernando Martin": "fernando@split.io"
+  },
+  "source": {
+    "git": "https://github.com/splitio/ios-client.git",
+    "tag": "2.0.0"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "source_files": "Split/**/*.{swift}",
+  "frameworks": "Foundation"
+}