[Add] StringIndex 1.0.0
diff --git a/Specs/8/e/2/StringIndex/1.0.0/StringIndex.podspec.json b/Specs/8/e/2/StringIndex/1.0.0/StringIndex.podspec.json
new file mode 100644
index 0000000..de1c56d
--- /dev/null
+++ b/Specs/8/e/2/StringIndex/1.0.0/StringIndex.podspec.json
@@ -0,0 +1,23 @@
+{
+ "name": "StringIndex",
+ "version": "1.0.0",
+ "summary": "Simplified String indexing",
+ "homepage": "https://github.com/johnno1962/StringIndex",
+ "social_media_url": "https://twitter.com/Injection4Xcode",
+ "documentation_url": "https://github.com/johnno1962/StringIndex/blob/master/README.md",
+ "license": {
+ "type": "MIT"
+ },
+ "authors": {
+ "johnno1962": "stringindex@johnholdsworth.com"
+ },
+ "platforms": {
+ "osx": "10.10",
+ "ios": "10.0"
+ },
+ "source": {
+ "git": "https://github.com/johnno1962/StringIndex.git",
+ "tag": "1.0.0"
+ },
+ "source_files": "Sources/StringIndex/*.swift"
+}