[Add] TGCardViewController 1.0
diff --git a/Specs/c/c/d/TGCardViewController/1.0/TGCardViewController.podspec.json b/Specs/c/c/d/TGCardViewController/1.0/TGCardViewController.podspec.json
new file mode 100644
index 0000000..cb2d9e0
--- /dev/null
+++ b/Specs/c/c/d/TGCardViewController/1.0/TGCardViewController.podspec.json
@@ -0,0 +1,23 @@
+{
+  "name": "TGCardViewController",
+  "version": "1.0",
+  "summary": "Card-based view controller for mapping apps",
+  "description": "A view controller with a map and a stack of cards. Cards can work both\nas a hierarchy like a navigation controller and as a list like a page\ncontroller - or a combination thereof.",
+  "homepage": "https://gitlab.com/SkedGo/tripgo-cards-ios",
+  "license": "Apache License, Version 2.0",
+  "authors": {
+    "Adrian Schoenig": "adrian@skedgo.com",
+    "Brian Huang": "brian@skedgo.com"
+  },
+  "platforms": {
+    "ios": "10.3"
+  },
+  "swift_versions": "5.1",
+  "source": {
+    "git": "https://gitlab.com/SkedGo/iOS/tripgo-cards-ios.git",
+    "tag": "v1.0"
+  },
+  "source_files": "TGCardViewController/generic/**/*.swift",
+  "resources": "TGCardViewController/generic/**/*.xib",
+  "swift_version": "5.1"
+}