Skip to content

Commit 1542528

Browse files
committed
OnoKit Version 1.0.1
1 parent 812cd07 commit 1542528

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+45
-45
lines changed

OnoCommon.podspec OnoKit.podspec

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
Pod::Spec.new do |s|
2-
s.name = 'OnoCommon'
3-
s.version = '1.0.6'
2+
s.name = 'OnoKit'
3+
s.version = '1.0.1'
44
s.summary = 'A collection of common classes'
55
s.description = 'This is a collection of classes, extensions, methods and functions that aims at make things easy.'
66
s.swift_version = '5'
77

88
s.homepage = 'https://github.com/onodude/Common-iOS'
99
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
1010
s.author = { 'onodude' => '[email protected]' }
11-
s.source = { :git => 'https://github.com/onodude/Common-iOS.git', :tag => s.version.to_s }
12-
s.documentation_url = 'https://github.com/onodude/Common-iOS/blob/develop/README.md'
11+
s.source = { :git => 'https://github.com/onodude/OnoKit-iOS.git', :tag => s.version.to_s }
12+
s.documentation_url = 'https://github.com/onodude/OnoKit-iOS/blob/develop/README.md'
1313

1414
s.ios.deployment_target = '13.0'
1515

16-
s.source_files = 'OnoCommon/**/*.swift'
16+
s.source_files = 'OnoKit/**/*.swift'
1717

1818
s.dependency 'ObjectMapper', '~> 3.5.1'
1919
s.dependency 'SnapKit', '~> 5.0.0'

OnoCommon.xcodeproj/project.pbxproj OnoKit.xcodeproj/project.pbxproj

+28-24
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,14 @@
4949
7793AA622516729500910FAC /* CommonClosureSleeve.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7793AA612516729500910FAC /* CommonClosureSleeve.swift */; };
5050
7793AA65251672B600910FAC /* UIControlExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7793AA64251672B600910FAC /* UIControlExtension.swift */; };
5151
7793AB822516CD4E00910FAC /* UICollectionViewExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7793AB812516CD4E00910FAC /* UICollectionViewExtension.swift */; };
52-
A401CB9616A741A63F149E08 /* Pods_OnoCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 807E8C0ACF382666558651A7 /* Pods_OnoCommon.framework */; };
52+
F3FF6975D3ADD9ACCA4E275C /* Pods_OnoKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55A9E3F1689CD6C95BE0112C /* Pods_OnoKit.framework */; };
5353
/* End PBXBuildFile section */
5454

5555
/* Begin PBXFileReference section */
56-
770456E7251522F1006CC071 /* OnoCommon.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OnoCommon.framework; sourceTree = BUILT_PRODUCTS_DIR; };
56+
55A9E3F1689CD6C95BE0112C /* Pods_OnoKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_OnoKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
57+
678736D52C2FCD745E0D3315 /* Pods-OnoKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OnoKit.debug.xcconfig"; path = "Target Support Files/Pods-OnoKit/Pods-OnoKit.debug.xcconfig"; sourceTree = "<group>"; };
58+
7020874F68DD9D1C4D9477CE /* Pods-OnoKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OnoKit.release.xcconfig"; path = "Target Support Files/Pods-OnoKit/Pods-OnoKit.release.xcconfig"; sourceTree = "<group>"; };
59+
770456E7251522F1006CC071 /* OnoKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OnoKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5760
770456EA251522F1006CC071 /* Common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Common.h; sourceTree = "<group>"; };
5861
770456EB251522F1006CC071 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5962
770456F625152372006CC071 /* UINavigationControllerExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UINavigationControllerExtension.swift; sourceTree = "<group>"; };
@@ -97,7 +100,6 @@
97100
7793AA612516729500910FAC /* CommonClosureSleeve.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommonClosureSleeve.swift; sourceTree = "<group>"; };
98101
7793AA64251672B600910FAC /* UIControlExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIControlExtension.swift; sourceTree = "<group>"; };
99102
7793AB812516CD4E00910FAC /* UICollectionViewExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UICollectionViewExtension.swift; sourceTree = "<group>"; };
100-
807E8C0ACF382666558651A7 /* Pods_OnoCommon.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_OnoCommon.framework; sourceTree = BUILT_PRODUCTS_DIR; };
101103
969680373C63C20055DFA949 /* Pods-OnoCommon.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OnoCommon.debug.xcconfig"; path = "Target Support Files/Pods-OnoCommon/Pods-OnoCommon.debug.xcconfig"; sourceTree = "<group>"; };
102104
BBA679E72A357B6E2F971A96 /* Pods-OnoCommon.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OnoCommon.release.xcconfig"; path = "Target Support Files/Pods-OnoCommon/Pods-OnoCommon.release.xcconfig"; sourceTree = "<group>"; };
103105
D9B2FECED0ECBEB2F5FCA534 /* Pods-Common.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Common.release.xcconfig"; path = "Target Support Files/Pods-Common/Pods-Common.release.xcconfig"; sourceTree = "<group>"; };
@@ -109,7 +111,7 @@
109111
isa = PBXFrameworksBuildPhase;
110112
buildActionMask = 2147483647;
111113
files = (
112-
A401CB9616A741A63F149E08 /* Pods_OnoCommon.framework in Frameworks */,
114+
F3FF6975D3ADD9ACCA4E275C /* Pods_OnoKit.framework in Frameworks */,
113115
);
114116
runOnlyForDeploymentPostprocessing = 0;
115117
};
@@ -119,15 +121,15 @@
119121
74E660A7E976FA58851907A5 /* Frameworks */ = {
120122
isa = PBXGroup;
121123
children = (
122-
807E8C0ACF382666558651A7 /* Pods_OnoCommon.framework */,
124+
55A9E3F1689CD6C95BE0112C /* Pods_OnoKit.framework */,
123125
);
124126
name = Frameworks;
125127
sourceTree = "<group>";
126128
};
127129
770456DD251522F0006CC071 = {
128130
isa = PBXGroup;
129131
children = (
130-
770456E9251522F1006CC071 /* OnoCommon */,
132+
770456E9251522F1006CC071 /* OnoKit */,
131133
770456E8251522F1006CC071 /* Products */,
132134
D862A78856655A581D570C6B /* Pods */,
133135
74E660A7E976FA58851907A5 /* Frameworks */,
@@ -137,12 +139,12 @@
137139
770456E8251522F1006CC071 /* Products */ = {
138140
isa = PBXGroup;
139141
children = (
140-
770456E7251522F1006CC071 /* OnoCommon.framework */,
142+
770456E7251522F1006CC071 /* OnoKit.framework */,
141143
);
142144
name = Products;
143145
sourceTree = "<group>";
144146
};
145-
770456E9251522F1006CC071 /* OnoCommon */ = {
147+
770456E9251522F1006CC071 /* OnoKit */ = {
146148
isa = PBXGroup;
147149
children = (
148150
770457302515249E006CC071 /* Resources */,
@@ -152,7 +154,7 @@
152154
7704576E251526DA006CC071 /* CommonConstants.swift */,
153155
770456EB251522F1006CC071 /* Info.plist */,
154156
);
155-
path = OnoCommon;
157+
path = OnoKit;
156158
sourceTree = "<group>";
157159
};
158160
770456F325152328006CC071 /* Classes */ = {
@@ -223,6 +225,8 @@
223225
D9B2FECED0ECBEB2F5FCA534 /* Pods-Common.release.xcconfig */,
224226
969680373C63C20055DFA949 /* Pods-OnoCommon.debug.xcconfig */,
225227
BBA679E72A357B6E2F971A96 /* Pods-OnoCommon.release.xcconfig */,
228+
678736D52C2FCD745E0D3315 /* Pods-OnoKit.debug.xcconfig */,
229+
7020874F68DD9D1C4D9477CE /* Pods-OnoKit.release.xcconfig */,
226230
);
227231
path = Pods;
228232
sourceTree = "<group>";
@@ -241,9 +245,9 @@
241245
/* End PBXHeadersBuildPhase section */
242246

243247
/* Begin PBXNativeTarget section */
244-
770456E6251522F0006CC071 /* OnoCommon */ = {
248+
770456E6251522F0006CC071 /* OnoKit */ = {
245249
isa = PBXNativeTarget;
246-
buildConfigurationList = 770456EF251522F1006CC071 /* Build configuration list for PBXNativeTarget "OnoCommon" */;
250+
buildConfigurationList = 770456EF251522F1006CC071 /* Build configuration list for PBXNativeTarget "OnoKit" */;
247251
buildPhases = (
248252
6E6508F0B757CD7D8C088034 /* [CP] Check Pods Manifest.lock */,
249253
770456E2251522F0006CC071 /* Headers */,
@@ -256,9 +260,9 @@
256260
);
257261
dependencies = (
258262
);
259-
name = OnoCommon;
263+
name = OnoKit;
260264
productName = Common;
261-
productReference = 770456E7251522F1006CC071 /* OnoCommon.framework */;
265+
productReference = 770456E7251522F1006CC071 /* OnoKit.framework */;
262266
productType = "com.apple.product-type.framework";
263267
};
264268
/* End PBXNativeTarget section */
@@ -275,7 +279,7 @@
275279
};
276280
};
277281
};
278-
buildConfigurationList = 770456E1251522F0006CC071 /* Build configuration list for PBXProject "OnoCommon" */;
282+
buildConfigurationList = 770456E1251522F0006CC071 /* Build configuration list for PBXProject "OnoKit" */;
279283
compatibilityVersion = "Xcode 9.3";
280284
developmentRegion = en;
281285
hasScannedForEncodings = 0;
@@ -288,7 +292,7 @@
288292
projectDirPath = "";
289293
projectRoot = "";
290294
targets = (
291-
770456E6251522F0006CC071 /* OnoCommon */,
295+
770456E6251522F0006CC071 /* OnoKit */,
292296
);
293297
};
294298
/* End PBXProject section */
@@ -320,7 +324,7 @@
320324
outputFileListPaths = (
321325
);
322326
outputPaths = (
323-
"$(DERIVED_FILE_DIR)/Pods-OnoCommon-checkManifestLockResult.txt",
327+
"$(DERIVED_FILE_DIR)/Pods-OnoKit-checkManifestLockResult.txt",
324328
);
325329
runOnlyForDeploymentPostprocessing = 0;
326330
shellPath = /bin/sh;
@@ -521,7 +525,7 @@
521525
};
522526
770456F0251522F1006CC071 /* Debug */ = {
523527
isa = XCBuildConfiguration;
524-
baseConfigurationReference = 969680373C63C20055DFA949 /* Pods-OnoCommon.debug.xcconfig */;
528+
baseConfigurationReference = 678736D52C2FCD745E0D3315 /* Pods-OnoKit.debug.xcconfig */;
525529
buildSettings = {
526530
CLANG_ENABLE_MODULES = YES;
527531
CODE_SIGN_STYLE = Manual;
@@ -530,15 +534,15 @@
530534
DYLIB_COMPATIBILITY_VERSION = 1;
531535
DYLIB_CURRENT_VERSION = 1;
532536
DYLIB_INSTALL_NAME_BASE = "@rpath";
533-
INFOPLIST_FILE = "$(SRCROOT)/OnoCommon/Info.plist";
537+
INFOPLIST_FILE = "$(SRCROOT)/OnoKit/Info.plist";
534538
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
535539
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
536540
LD_RUNPATH_SEARCH_PATHS = (
537541
"$(inherited)",
538542
"@executable_path/Frameworks",
539543
"@loader_path/Frameworks",
540544
);
541-
MARKETING_VERSION = 1.0.6;
545+
MARKETING_VERSION = 1.0.1;
542546
PRODUCT_BUNDLE_IDENTIFIER = com.ono.common;
543547
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
544548
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -552,7 +556,7 @@
552556
};
553557
770456F1251522F1006CC071 /* Release */ = {
554558
isa = XCBuildConfiguration;
555-
baseConfigurationReference = BBA679E72A357B6E2F971A96 /* Pods-OnoCommon.release.xcconfig */;
559+
baseConfigurationReference = 7020874F68DD9D1C4D9477CE /* Pods-OnoKit.release.xcconfig */;
556560
buildSettings = {
557561
CLANG_ENABLE_MODULES = YES;
558562
CODE_SIGN_STYLE = Manual;
@@ -561,15 +565,15 @@
561565
DYLIB_COMPATIBILITY_VERSION = 1;
562566
DYLIB_CURRENT_VERSION = 1;
563567
DYLIB_INSTALL_NAME_BASE = "@rpath";
564-
INFOPLIST_FILE = "$(SRCROOT)/OnoCommon/Info.plist";
568+
INFOPLIST_FILE = "$(SRCROOT)/OnoKit/Info.plist";
565569
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
566570
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
567571
LD_RUNPATH_SEARCH_PATHS = (
568572
"$(inherited)",
569573
"@executable_path/Frameworks",
570574
"@loader_path/Frameworks",
571575
);
572-
MARKETING_VERSION = 1.0.6;
576+
MARKETING_VERSION = 1.0.1;
573577
PRODUCT_BUNDLE_IDENTIFIER = com.ono.common;
574578
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
575579
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -583,7 +587,7 @@
583587
/* End XCBuildConfiguration section */
584588

585589
/* Begin XCConfigurationList section */
586-
770456E1251522F0006CC071 /* Build configuration list for PBXProject "OnoCommon" */ = {
590+
770456E1251522F0006CC071 /* Build configuration list for PBXProject "OnoKit" */ = {
587591
isa = XCConfigurationList;
588592
buildConfigurations = (
589593
770456ED251522F1006CC071 /* Debug */,
@@ -592,7 +596,7 @@
592596
defaultConfigurationIsVisible = 0;
593597
defaultConfigurationName = Release;
594598
};
595-
770456EF251522F1006CC071 /* Build configuration list for PBXNativeTarget "OnoCommon" */ = {
599+
770456EF251522F1006CC071 /* Build configuration list for PBXNativeTarget "OnoKit" */ = {
596600
isa = XCConfigurationList;
597601
buildConfigurations = (
598602
770456F0251522F1006CC071 /* Debug */,

OnoCommon.xcworkspace/contents.xcworkspacedata OnoKit.xcworkspace/contents.xcworkspacedata

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
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.

OnoCommon/Common.h OnoKit/Common.h

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

Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ platform :ios, '13.0'
22

33
use_frameworks!
44

5-
# Pods for OnoCommon
5+
# Pods for OnoKit
66

77
def basePods
88

@@ -23,7 +23,7 @@ def basePods
2323

2424
end
2525

26-
target 'OnoCommon' do
26+
target 'OnoKit' do
2727
basePods
2828
end
2929

README.md

+9-13

0 commit comments

Comments
 (0)