Skip to content

Commit

Permalink
[Auto Generated] v0.0.302
Browse files Browse the repository at this point in the history
  • Loading branch information
jigardafda committed Apr 21, 2021
1 parent 2ce31e2 commit 2564b35
Show file tree
Hide file tree
Showing 22 changed files with 7,720 additions and 7,661 deletions.
2 changes: 1 addition & 1 deletion FDKClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'FDKClient'
s.version = '0.0.301'
s.version = '0.0.302'
s.summary = 'FDK Client SDK for Swift language'

s.description = 'FDK Client SDK for Swift language that can be used to make Apps or extensions.'
Expand Down
28 changes: 28 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "code",
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "code",
targets: ["code"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "code",
dependencies: []),
.testTarget(
name: "codeTests",
dependencies: ["code"]),
]
)
File renamed without changes.

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Large diffs are not rendered by default.

File renamed without changes.
Loading

0 comments on commit 2564b35

Please sign in to comment.