[Add] SwiftCalc 0.0.1
diff --git a/Specs/e/3/0/SwiftCalc/0.0.1/SwiftCalc.podspec.json b/Specs/e/3/0/SwiftCalc/0.0.1/SwiftCalc.podspec.json
new file mode 100644
index 0000000..3f9573b
--- /dev/null
+++ b/Specs/e/3/0/SwiftCalc/0.0.1/SwiftCalc.podspec.json
@@ -0,0 +1,23 @@
+{
+  "name": "SwiftCalc",
+  "version": "0.0.1",
+  "summary": "The swift lib app is used for calculating addition and substraction",
+  "description": "The swift lib app is used for calculating addition and substraction",
+  "homepage": "http://EXAMPLE/SwiftyLib",
+  "license": "MIT",
+  "authors": {
+    "Jeya Sekharan": "mjeyasekharan@gmail.com"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "source": {
+    "git": "https://github.com/jeyasekharan/swiftlibpractice.git",
+    "tag": "0.0.1"
+  },
+  "source_files": [
+    "Classes",
+    "SwiftyLib/**/*.{swift}"
+  ],
+  "exclude_files": "Classes/Exclude"
+}