Skip to content

Commit

Permalink
fixes source path problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jzcruiser committed Jul 13, 2015
1 parent a537b13 commit fd6878b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 375 deletions.
6 changes: 3 additions & 3 deletions JZBorderedView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "JZBorderedView"
s.version = "0.0.2"
s.version = "0.0.3"
s.summary = "A UIView subclass with four configurable borders via storyboard"

s.description = <<-DESC
Expand Down Expand Up @@ -78,7 +78,7 @@ Pod::Spec.new do |s|
# Supports git, hg, bzr, svn and HTTP.
#

s.source = { :git => "https://github.com/jessiejames1116/JZBorderedView.git", :tag => "0.0.2" }
s.source = { :git => "https://github.com/jessiejames1116/JZBorderedView.git", :commit => "8619b8f4842c8d55e81d426483056009d37a5a40" }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand All @@ -89,7 +89,7 @@ Pod::Spec.new do |s|
# Not including the public_header_files will make all headers public.
#

s.source_files = "Classes", "Classes/**/*.{h,m}"
s.source_files = "JZBorderedView/Classes", "JZBorderedView/Classes/**/*.{h,m}"
s.exclude_files = "Classes/Exclude"

# s.public_header_files = "Classes/**/*.h"
Expand Down
26 changes: 10 additions & 16 deletions JZBorderedView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
E76EFF111B536F980049F00A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E76EFF101B536F980049F00A /* Images.xcassets */; };
E76EFF141B536F980049F00A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = E76EFF121B536F980049F00A /* LaunchScreen.xib */; };
E76EFF201B536F980049F00A /* JZBorderedViewTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E76EFF1F1B536F980049F00A /* JZBorderedViewTests.m */; };
E76EFF311B539C700049F00A /* JZBorderedView.m in Sources */ = {isa = PBXBuildFile; fileRef = E76EFF301B539C700049F00A /* JZBorderedView.m */; };
E76EFF351B539F3A0049F00A /* JZBorderedView.m in Sources */ = {isa = PBXBuildFile; fileRef = E76EFF341B539F3A0049F00A /* JZBorderedView.m */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -41,8 +41,8 @@
E76EFF191B536F980049F00A /* JZBorderedViewTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = JZBorderedViewTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
E76EFF1E1B536F980049F00A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
E76EFF1F1B536F980049F00A /* JZBorderedViewTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = JZBorderedViewTests.m; sourceTree = "<group>"; };
E76EFF2F1B539C700049F00A /* JZBorderedView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JZBorderedView.h; sourceTree = "<group>"; };
E76EFF301B539C700049F00A /* JZBorderedView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JZBorderedView.m; sourceTree = "<group>"; };
E76EFF331B539F3A0049F00A /* JZBorderedView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JZBorderedView.h; sourceTree = "<group>"; };
E76EFF341B539F3A0049F00A /* JZBorderedView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JZBorderedView.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -84,7 +84,7 @@
E76EFF021B536F980049F00A /* JZBorderedView */ = {
isa = PBXGroup;
children = (
E76EFF291B536FEA0049F00A /* Classes */,
E76EFF321B539F3A0049F00A /* Classes */,
E76EFF071B536F980049F00A /* AppDelegate.h */,
E76EFF081B536F980049F00A /* AppDelegate.m */,
E76EFF0A1B536F980049F00A /* ViewController.h */,
Expand Down Expand Up @@ -123,19 +123,11 @@
name = "Supporting Files";
sourceTree = "<group>";
};
E76EFF291B536FEA0049F00A /* Classes */ = {
E76EFF321B539F3A0049F00A /* Classes */ = {
isa = PBXGroup;
children = (
E76EFF2E1B539C700049F00A /* JZBorderedView */,
);
path = Classes;
sourceTree = "<group>";
};
E76EFF2E1B539C700049F00A /* JZBorderedView */ = {
isa = PBXGroup;
children = (
E76EFF2F1B539C700049F00A /* JZBorderedView.h */,
E76EFF301B539C700049F00A /* JZBorderedView.m */,
E76EFF331B539F3A0049F00A /* JZBorderedView.h */,
E76EFF341B539F3A0049F00A /* JZBorderedView.m */,
);
path = Classes;
sourceTree = "<group>";
Expand Down Expand Up @@ -241,7 +233,7 @@
buildActionMask = 2147483647;
files = (
E76EFF0C1B536F980049F00A /* ViewController.m in Sources */,
E76EFF311B539C700049F00A /* JZBorderedView.m in Sources */,
E76EFF351B539F3A0049F00A /* JZBorderedView.m in Sources */,
E76EFF091B536F980049F00A /* AppDelegate.m in Sources */,
E76EFF061B536F980049F00A /* main.m in Sources */,
);
Expand Down Expand Up @@ -440,6 +432,7 @@
E76EFF251B536F980049F00A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E76EFF261B536F980049F00A /* Build configuration list for PBXNativeTarget "JZBorderedViewTests" */ = {
isa = XCConfigurationList;
Expand All @@ -448,6 +441,7 @@
E76EFF281B536F980049F00A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
57 changes: 0 additions & 57 deletions JZBorderedView/Classes/JZBorderedView/JZBorderedView.h

This file was deleted.

Loading

0 comments on commit fd6878b

Please sign in to comment.