[Add] iotex-antenna-swift 0.0.2
diff --git a/Specs/0/1/b/iotex-antenna-swift/0.0.2/iotex-antenna-swift.podspec.json b/Specs/0/1/b/iotex-antenna-swift/0.0.2/iotex-antenna-swift.podspec.json
new file mode 100644
index 0000000..1b896e9
--- /dev/null
+++ b/Specs/0/1/b/iotex-antenna-swift/0.0.2/iotex-antenna-swift.podspec.json
@@ -0,0 +1,40 @@
+{
+  "name": "iotex-antenna-swift",
+  "version": "0.0.2",
+  "license": {
+    "type": "Apache License, Version 2.0",
+    "file": "LICENSE"
+  },
+  "summary": "IoTeX antenna swift library",
+  "homepage": "https://www.iotex.io/",
+  "authors": {
+    "iotex": ""
+  },
+  "source": {
+    "git": "https://github.com/iotexproject/iotex-antenna-swift.git",
+    "tag": "0.0.2"
+  },
+  "swift_versions": "5.0",
+  "requires_arc": true,
+  "platforms": {
+    "ios": "10.0",
+    "osx": "10.10"
+  },
+  "source_files": "Sources/**/*.swift",
+  "resources": "proto/**/*.proto",
+  "dependencies": {
+    "secp256k1.swift": [
+      "~> 0.1"
+    ],
+    "CryptoSwift": [
+      "~> 1.0"
+    ],
+    "SwiftGRPC": [
+
+    ],
+    "BigInt": [
+      "~> 4.0"
+    ]
+  },
+  "swift_version": "5.0"
+}