Skip to content

Commit

Permalink
Added Kate Mercer as Author to podspec, Fixed Build issue in Carthage…
Browse files Browse the repository at this point in the history
… Example scheme
  • Loading branch information
marbetschar committed Nov 5, 2019
1 parent 2187fa1 commit 06e4091
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion SplitRow.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ s.version = "2.1.0"
s.summary = "A row for Eureka to put two rows side by side into the same UITableViewCell."
s.homepage = "https://github.com/EurekaCommunity/SplitRow"
s.license = { :type => "MIT", :file => "LICENSE" }
s.authors = { "Marco Betschart" => "[email protected]" }
s.authors = { "Marco Betschart" => "[email protected]", "Kate Mercer" => "[email protected]" }
s.social_media_url = "https://twitter.com/EurekaCommunity"
s.platform = :ios, "9.3"
s.source = { :git => "https://github.com/EurekaCommunity/SplitRow.git", :tag => "#{s.version}" }
Expand Down
14 changes: 7 additions & 7 deletions SplitRow.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
remoteGlobalIDString = 79B5CB251FD4756500983E52;
remoteInfo = SplitRow;
};
79F3CB8F2371FFC300C21C3C /* PBXContainerItemProxy */ = {
79C4F7E8237226BB005CB26D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 79B5CB1D1FD4756500983E52 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 79B5CB251FD4756500983E52;
remoteInfo = SplitRow;
remoteGlobalIDString = 7983DCA420B0C44500963F05;
remoteInfo = "[Carthage] SplitRow";
};
/* End PBXContainerItemProxy section */

Expand Down Expand Up @@ -346,7 +346,7 @@
buildRules = (
);
dependencies = (
79F3CB8E2371FFC300C21C3C /* PBXTargetDependency */,
79C4F7E9237226BB005CB26D /* PBXTargetDependency */,
);
name = "[Carthage] Example";
productName = Example;
Expand Down Expand Up @@ -604,10 +604,10 @@
target = 79B5CB251FD4756500983E52 /* [CP] SplitRow */;
targetProxy = 79B5CB311FD4756500983E52 /* PBXContainerItemProxy */;
};
79F3CB8E2371FFC300C21C3C /* PBXTargetDependency */ = {
79C4F7E9237226BB005CB26D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 79B5CB251FD4756500983E52 /* [CP] SplitRow */;
targetProxy = 79F3CB8F2371FFC300C21C3C /* PBXContainerItemProxy */;
target = 7983DCA420B0C44500963F05 /* [Carthage] SplitRow */;
targetProxy = 79C4F7E8237226BB005CB26D /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

Expand Down

0 comments on commit 06e4091

Please sign in to comment.