[Add] TCMPTappy 1.0.0
diff --git a/Specs/c/2/7/TCMPTappy/1.0.0/TCMPTappy.podspec.json b/Specs/c/2/7/TCMPTappy/1.0.0/TCMPTappy.podspec.json
new file mode 100644
index 0000000..8ee434e
--- /dev/null
+++ b/Specs/c/2/7/TCMPTappy/1.0.0/TCMPTappy.podspec.json
@@ -0,0 +1,29 @@
+{
+  "name": "TCMPTappy",
+  "version": "1.0.0",
+  "summary": "SDK for using TapTrack Tappy NFC Readers such as the TappyBLE.",
+  "description": "Integrate the TapTrack external NFC readers into your own native iOS application.  Currently supports TappyBLE readers for iPhones and iPads.",
+  "homepage": "https://github.com/TapTrack/TCMPTappy-iOS",
+  "license": {
+    "type": "Apache",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "David Shalaby": "info@taptrack.com",
+    "Alice Cai": "info@taptrack.com"
+  },
+  "source": {
+    "git": "https://github.com/TapTrack/TCMPTappy-iOS.git",
+    "tag": "1.0.0"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "swift_versions": "4.2",
+  "source_files": [
+    "TCMP/**/*.{swift,m,h}",
+    "TappyBLE/**/*.{swift,m,h}",
+    "TappyReader/**/*.{swift,m,h}"
+  ],
+  "swift_version": "4.2"
+}