Skip to content

Commit

Permalink
Pod's files added
Browse files Browse the repository at this point in the history
  • Loading branch information
Ermakov Alexander committed Aug 11, 2023
1 parent d7a066a commit 1e787bb
Show file tree
Hide file tree
Showing 8 changed files with 616 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Spinnable.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = "Spinnable"
s.version = "1.0.0"
s.swift_version = "4.0"
s.summary = "The extension for UIView and UIViewController that provides a convenient way to handle the spinner on the application screen"
s.description = "This extension allows elements subscribed to the Spinnable protocol to have access to show and hide spinner functions"
s.homepage = "https://github.com/idapgroup/Spinnable"
s.license = { :type => "New BSD", :file => "LICENSE" }
s.author = { "IDAP Group" => "[email protected]" }
s.source = { :git => "https://github.com/idapgroup/Spinnable.git",
:tag => s.version.to_s }

# Platform setup
s.requires_arc = true
s.ios.deployment_target = '9.0'

# Preserve the layout of headers in the Module directory
s.header_mappings_dir = 'Spinnable'
s.source_files = 'Spinnable/**/*.{swift,h,m,c,cpp}'
end
352 changes: 352 additions & 0 deletions Spinnable.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,352 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 56;
objects = {

/* Begin PBXBuildFile section */
D9473E2F2A86526800D3C04C /* Spinnable.h in Headers */ = {isa = PBXBuildFile; fileRef = D9473E2E2A86526800D3C04C /* Spinnable.h */; settings = {ATTRIBUTES = (Public, ); }; };
D9473E382A86530F00D3C04C /* WeakBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9473E352A86530F00D3C04C /* WeakBox.swift */; };
D9473E392A86530F00D3C04C /* SpinnerService.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9473E362A86530F00D3C04C /* SpinnerService.swift */; };
D9473E3A2A86530F00D3C04C /* Spinnable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9473E372A86530F00D3C04C /* Spinnable.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
D9473E2B2A86526800D3C04C /* Spinnable.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Spinnable.framework; sourceTree = BUILT_PRODUCTS_DIR; };
D9473E2E2A86526800D3C04C /* Spinnable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Spinnable.h; sourceTree = "<group>"; };
D9473E352A86530F00D3C04C /* WeakBox.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WeakBox.swift; sourceTree = "<group>"; };
D9473E362A86530F00D3C04C /* SpinnerService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpinnerService.swift; sourceTree = "<group>"; };
D9473E372A86530F00D3C04C /* Spinnable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Spinnable.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
D9473E282A86526800D3C04C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
D9473E212A86526800D3C04C = {
isa = PBXGroup;
children = (
D9473E2D2A86526800D3C04C /* Spinnable */,
D9473E2C2A86526800D3C04C /* Products */,
);
sourceTree = "<group>";
};
D9473E2C2A86526800D3C04C /* Products */ = {
isa = PBXGroup;
children = (
D9473E2B2A86526800D3C04C /* Spinnable.framework */,
);
name = Products;
sourceTree = "<group>";
};
D9473E2D2A86526800D3C04C /* Spinnable */ = {
isa = PBXGroup;
children = (
D9473E372A86530F00D3C04C /* Spinnable.swift */,
D9473E362A86530F00D3C04C /* SpinnerService.swift */,
D9473E352A86530F00D3C04C /* WeakBox.swift */,
D9473E2E2A86526800D3C04C /* Spinnable.h */,
);
path = Spinnable;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
D9473E262A86526800D3C04C /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
D9473E2F2A86526800D3C04C /* Spinnable.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
D9473E2A2A86526800D3C04C /* Spinnable */ = {
isa = PBXNativeTarget;
buildConfigurationList = D9473E322A86526800D3C04C /* Build configuration list for PBXNativeTarget "Spinnable" */;
buildPhases = (
D9473E262A86526800D3C04C /* Headers */,
D9473E272A86526800D3C04C /* Sources */,
D9473E282A86526800D3C04C /* Frameworks */,
D9473E292A86526800D3C04C /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = Spinnable;
productName = Spinnable;
productReference = D9473E2B2A86526800D3C04C /* Spinnable.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
D9473E222A86526800D3C04C /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastUpgradeCheck = 1420;
TargetAttributes = {
D9473E2A2A86526800D3C04C = {
CreatedOnToolsVersion = 14.2;
LastSwiftMigration = 1420;
};
};
};
buildConfigurationList = D9473E252A86526800D3C04C /* Build configuration list for PBXProject "Spinnable" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = D9473E212A86526800D3C04C;
productRefGroup = D9473E2C2A86526800D3C04C /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
D9473E2A2A86526800D3C04C /* Spinnable */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
D9473E292A86526800D3C04C /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
D9473E272A86526800D3C04C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D9473E382A86530F00D3C04C /* WeakBox.swift in Sources */,
D9473E3A2A86530F00D3C04C /* Spinnable.swift in Sources */,
D9473E392A86530F00D3C04C /* SpinnerService.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
D9473E302A86526800D3C04C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.2;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
D9473E312A86526800D3C04C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.2;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
D9473E332A86526800D3C04C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.ermakov.Spinnable;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
D9473E342A86526800D3C04C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.ermakov.Spinnable;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
D9473E252A86526800D3C04C /* Build configuration list for PBXProject "Spinnable" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D9473E302A86526800D3C04C /* Debug */,
D9473E312A86526800D3C04C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
D9473E322A86526800D3C04C /* Build configuration list for PBXNativeTarget "Spinnable" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D9473E332A86526800D3C04C /* Debug */,
D9473E342A86526800D3C04C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = D9473E222A86526800D3C04C /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Loading

0 comments on commit 1e787bb

Please sign in to comment.