Skip to content

Commit

Permalink
add CSS3ColorsSwift
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldDownTown committed Nov 7, 2016
1 parent 5e7a4c8 commit 788aa73
Show file tree
Hide file tree
Showing 19 changed files with 1,424 additions and 1 deletion.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0.1
18 changes: 18 additions & 0 deletions CSS3ColorsSwift.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = 'CSS3ColorsSwift'
s.version = '1.0.0'
s.summary = 'A UIColor extension for Web Color.'
s.description = <<-DESC
CSS3ColorsSwift provides a UIColor extension with Web Color names.
DESC
s.homepage = 'https://github.com/WorldDownTown/CSS3ColorsSwift'
s.screenshots = 'https://raw.githubusercontent.com/WorldDownTown/CSS3ColorsSwift/master/images/screenshot.png'
s.license = { type: 'MIT', file: 'LICENSE' }
s.author = { 'WorldDownTown' => 'WorldDownTown@gmail.com' }
s.social_media_url = 'https://twitter.com/WorldDownTown'
s.platform = :ios
s.platform = :ios, '9.0'
s.source = { git: 'https://github.com/WorldDownTown/CSS3ColorsSwift.git', tag: s.version.to_s }
s.source_files = 'CSS3ColorsSwift/*.swift'
s.framework = 'UIKit'
end
309 changes: 309 additions & 0 deletions CSS3ColorsSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,309 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
CE7644FF1DCF94780041BB7A /* CSS3ColorsSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = CE7644FD1DCF94780041BB7A /* CSS3ColorsSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
CE7645261DCF961F0041BB7A /* CSS3ColorsSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE7645251DCF961F0041BB7A /* CSS3ColorsSwift.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
CE7644FA1DCF94780041BB7A /* CSS3ColorsSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CSS3ColorsSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
CE7644FD1DCF94780041BB7A /* CSS3ColorsSwift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSS3ColorsSwift.h; sourceTree = "<group>"; };
CE7644FE1DCF94780041BB7A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
CE7645251DCF961F0041BB7A /* CSS3ColorsSwift.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CSS3ColorsSwift.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
CE7644F01DCF94780041BB7A = {
isa = PBXGroup;
children = (
CE7644FC1DCF94780041BB7A /* CSS3ColorsSwift */,
CE7644FB1DCF94780041BB7A /* Products */,
);
sourceTree = "<group>";
};
CE7644FB1DCF94780041BB7A /* Products */ = {
isa = PBXGroup;
children = (
CE7644FA1DCF94780041BB7A /* CSS3ColorsSwift.framework */,
);
name = Products;
sourceTree = "<group>";
};
CE7644FC1DCF94780041BB7A /* CSS3ColorsSwift */ = {
isa = PBXGroup;
children = (
CE7644FD1DCF94780041BB7A /* CSS3ColorsSwift.h */,
CE7645251DCF961F0041BB7A /* CSS3ColorsSwift.swift */,
CE7644FE1DCF94780041BB7A /* Info.plist */,
);
path = CSS3ColorsSwift;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
CE7644F71DCF94780041BB7A /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
CE7644FF1DCF94780041BB7A /* CSS3ColorsSwift.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
CE7644F91DCF94780041BB7A /* CSS3ColorsSwift */ = {
isa = PBXNativeTarget;
buildConfigurationList = CE7645021DCF94780041BB7A /* Build configuration list for PBXNativeTarget "CSS3ColorsSwift" */;
buildPhases = (
CE7644F51DCF94780041BB7A /* Sources */,
CE7644F61DCF94780041BB7A /* Frameworks */,
CE7644F71DCF94780041BB7A /* Headers */,
CE7644F81DCF94780041BB7A /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = CSS3ColorsSwift;
productName = CSS3ColorsSwift;
productReference = CE7644FA1DCF94780041BB7A /* CSS3ColorsSwift.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
CE7644F11DCF94780041BB7A /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0810;
ORGANIZATIONNAME = "Keisuke Shoji";
TargetAttributes = {
CE7644F91DCF94780041BB7A = {
CreatedOnToolsVersion = 8.1;
DevelopmentTeam = S3LY459S86;
LastSwiftMigration = 0810;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = CE7644F41DCF94780041BB7A /* Build configuration list for PBXProject "CSS3ColorsSwift" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = CE7644F01DCF94780041BB7A;
productRefGroup = CE7644FB1DCF94780041BB7A /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
CE7644F91DCF94780041BB7A /* CSS3ColorsSwift */,
);
};
/* End PBXProject section */

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

/* Begin PBXSourcesBuildPhase section */
CE7644F51DCF94780041BB7A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
CE7645261DCF961F0041BB7A /* CSS3ColorsSwift.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
CE7645001DCF94780041BB7A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = 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_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVES = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
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 = 10.1;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
CE7645011DCF94780041BB7A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = 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_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVES = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
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 = gnu99;
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 = 10.1;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
CE7645031DCF94780041BB7A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = S3LY459S86;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = CSS3ColorsSwift/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.shoji.CSS3ColorsSwift;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
CE7645041DCF94780041BB7A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = S3LY459S86;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = CSS3ColorsSwift/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.shoji.CSS3ColorsSwift;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
CE7644F41DCF94780041BB7A /* Build configuration list for PBXProject "CSS3ColorsSwift" */ = {
isa = XCConfigurationList;
buildConfigurations = (
CE7645001DCF94780041BB7A /* Debug */,
CE7645011DCF94780041BB7A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
CE7645021DCF94780041BB7A /* Build configuration list for PBXNativeTarget "CSS3ColorsSwift" */ = {
isa = XCConfigurationList;
buildConfigurations = (
CE7645031DCF94780041BB7A /* Debug */,
CE7645041DCF94780041BB7A /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = CE7644F11DCF94780041BB7A /* Project object */;
}

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

Loading

0 comments on commit 788aa73

Please sign in to comment.