[Add] TrustWalletCore 1.0
diff --git a/Specs/1/3/9/TrustWalletCore/1.0/TrustWalletCore.podspec.json b/Specs/1/3/9/TrustWalletCore/1.0/TrustWalletCore.podspec.json
new file mode 100644
index 0000000..9c126e0
--- /dev/null
+++ b/Specs/1/3/9/TrustWalletCore/1.0/TrustWalletCore.podspec.json
@@ -0,0 +1,66 @@
+{
+  "name": "TrustWalletCore",
+  "version": "1.0",
+  "summary": "Trust Wallet core data structures and algorithms.",
+  "homepage": "https://github.com/TrustWallet/wallet-core",
+  "license": "MIT",
+  "authors": {
+    "Alejandro Isaza": "al@isaza.ca"
+  },
+  "platforms": {
+    "ios": "11.0",
+    "osx": "10.12"
+  },
+  "swift_versions": "5.0",
+  "source": {
+    "http": "https://s3.amazonaws.com/wallet-core/TrustWalletCore-iOS-1.0.zip"
+  },
+  "default_subspecs": "Core",
+  "source_files": [
+    "include/**/*.h",
+    "swift/Sources/*.{swift,h,m,cpp}",
+    "swift/Sources/Extensions/*.swift",
+    "swift/Sources/Generated/*.{swift,h}"
+  ],
+  "subspecs": [
+    {
+      "name": "Types",
+      "source_files": [
+        "swift/Sources/Generated/Enums/*.swift",
+        "swift/Sources/Generated/Protobuf/*.swift"
+      ],
+      "dependencies": {
+        "SwiftProtobuf": [
+
+        ]
+      }
+    },
+    {
+      "name": "Core",
+      "preserve_paths": "build/ios/*.a",
+      "vendored_libraries": [
+        "build/ios/libprotobuf.a",
+        "build/ios/libTrezorCrypto.a",
+        "build/ios/libTrustWalletCore.a"
+      ],
+      "public_header_files": [
+        "include/**/*.h",
+        "swift/Sources/*.h"
+      ],
+      "libraries": "c++",
+      "xcconfig": {
+        "SYSTEM_HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/TrustWalletCore/include",
+        "OTHER_LDFLAGS": "$(inherited) -fprofile-instr-generate"
+      },
+      "pod_target_xcconfig": {
+        "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)"
+      },
+      "dependencies": {
+        "TrustWalletCore/Types": [
+
+        ]
+      }
+    }
+  ],
+  "swift_version": "5.0"
+}