Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated .podspec from Pull Request #61 #71

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions CHIPageControl.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CHIPageControl'
s.version = '0.2'
s.version = '0.3.0'
s.summary = 'CHIPageControl is a set of cool animated page controls written in Swift to replace boring UIPageControl.'

s.ios.deployment_target = '8.0'
Expand All @@ -12,38 +12,38 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/ChiliLabs/CHIPageControl.git', :tag => s.version.to_s }
s.swift_version = '5.0'

s.source_files = 'CHIPageControl/*.swift', 'CHIPageControl/Core/*.swift'
s.source_files = 'Sources/CHIPageControl/*.swift', 'Sources/CHIPageControl/Core/*.swift'

s.subspec 'Aji' do |aji|
aji.source_files = 'CHIPageControl/CHIPageControlAji.swift', 'CHIPageControl/Core/*.swift'
aji.source_files = 'Sources/CHIPageControl/CHIPageControlAji.swift', 'Sources/CHIPageControl/Core/*.swift'
end

s.subspec 'Aleppo' do |aleppo|
aleppo.source_files = 'CHIPageControl/CHIPageControlAleppo.swift', 'CHIPageControl/Core/*.swift'
aleppo.source_files = 'Sources/CHIPageControl/CHIPageControlAleppo.swift', 'Sources/CHIPageControl/Core/*.swift'
end

s.subspec 'Chimayo' do |chimayo|
chimayo.source_files = 'CHIPageControl/CHIPageControlChimayo.swift', 'CHIPageControl/Core/*.swift'
chimayo.source_files = 'Sources/CHIPageControl/CHIPageControlChimayo.swift', 'Sources/CHIPageControl/Core/*.swift'
end

s.subspec 'Fresno' do |fresno|
fresno.source_files = 'CHIPageControl/CHIPageControlFresno.swift', 'CHIPageControl/Core/*.swift'
fresno.source_files = 'Sources/CHIPageControl/CHIPageControlFresno.swift', 'Sources/CHIPageControl/Core/*.swift'
end

s.subspec 'Jalapeno' do |jalapeno|
jalapeno.source_files = 'CHIPageControl/CHIPageControlJalapeno.swift', 'CHIPageControl/Core/*.swift'
jalapeno.source_files = 'Sources/CHIPageControl/CHIPageControlJalapeno.swift', 'Sources/CHIPageControl/Core/*.swift'
end

s.subspec 'Jaloro' do |jaloro|
jaloro.source_files = 'CHIPageControl/CHIPageControlJaloro.swift', 'CHIPageControl/Core/*.swift'
jaloro.source_files = 'Sources/CHIPageControl/CHIPageControlJaloro.swift', 'Sources/CHIPageControl/Core/*.swift'
end

s.subspec 'Paprika' do |paprika|
paprika.source_files = 'CHIPageControl/CHIPageControlPaprika.swift', 'CHIPageControl/Core/*.swift'
paprika.source_files = 'Sources/CHIPageControl/CHIPageControlPaprika.swift', 'Sources/CHIPageControl/Core/*.swift'
end

s.subspec 'Puya' do |puya|
puya.source_files = 'CHIPageControl/CHIPageControlPuya.swift', 'CHIPageControl/Core/*.swift'
puya.source_files = 'Sources/CHIPageControl/CHIPageControlPuya.swift', 'Sources/CHIPageControl/Core/*.swift'
end

end
24 changes: 18 additions & 6 deletions CHIPageControl.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
4313A7821E7A831E0015A568 = {
isa = PBXGroup;
children = (
4313A78E1E7A831E0015A568 /* CHIPageControl */,
78C4F44A243DCCF700A529D3 /* Sources */,
4313A78D1E7A831E0015A568 /* Products */,
4313A7EB1E7A92970015A568 /* Frameworks */,
);
Expand Down Expand Up @@ -119,6 +119,14 @@
name = Frameworks;
sourceTree = "<group>";
};
78C4F44A243DCCF700A529D3 /* Sources */ = {
isa = PBXGroup;
children = (
4313A78E1E7A831E0015A568 /* CHIPageControl */,
);
path = Sources;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
Expand Down Expand Up @@ -159,7 +167,7 @@
4313A7831E7A831E0015A568 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1020;
LastUpgradeCheck = 1300;
ORGANIZATIONNAME = chi.lv;
TargetAttributes = {
4313A78B1E7A831E0015A568 = {
Expand Down Expand Up @@ -245,6 +253,7 @@
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;
Expand All @@ -270,7 +279,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -307,6 +316,7 @@
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;
Expand All @@ -326,7 +336,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
Expand All @@ -347,8 +357,9 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = CHIPageControl/Info.plist;
INFOPLIST_FILE = "$(PROJECT_DIR)/Sources/CHIPageControl/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = lv.chi.CHIPageControl;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -368,8 +379,9 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = CHIPageControl/Info.plist;
INFOPLIST_FILE = "$(PROJECT_DIR)/Sources/CHIPageControl/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = lv.chi.CHIPageControl;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1020"
LastUpgradeVersion = "1300"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down Expand Up @@ -29,8 +29,6 @@
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -51,8 +49,6 @@
ReferencedContainer = "container:CHIPageControl.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
15 changes: 15 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// swift-tools-version:5.1
import PackageDescription

let package = Package(
name: "CHIPageControl",
platforms: [
.iOS(.v12)
],
products: [
.library(name: "CHIPageControl", targets: ["CHIPageControl"]),
],
targets: [
.target(name: "CHIPageControl")
]
)
File renamed without changes.