Skip to content

Commit

Permalink
podspec passing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
twof committed Dec 12, 2018
1 parent 6f2012b commit beac7d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
4 changes: 2 additions & 2 deletions SimplePagedView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ A PageViewController replacement built to be as simple as possible to use. Suppo
s.platform = :ios, "12.0"


s.source = { :git => "https://github.com/redbooth/SimplePagedView.git", :tag => "0.0.1" }
s.source = { :git => "https://github.com/redbooth/SimplePagedView.git", :tag => s.version }

s.source_files = "Source"
s.source_files = "SimplePagedViewFramework/**/*{swift}"

s.swift_version = "4.2"

Expand Down
4 changes: 0 additions & 4 deletions SimplePagedViewFramework.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/* Begin PBXBuildFile section */
B2C6870F21C191F2000031AB /* SimplePagedViewFramework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2C6870521C191F2000031AB /* SimplePagedViewFramework.framework */; };
B2C6871421C191F2000031AB /* SimplePagedViewFrameworkTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2C6871321C191F2000031AB /* SimplePagedViewFrameworkTests.swift */; };
B2C6871621C191F2000031AB /* SimplePagedViewFramework.h in Headers */ = {isa = PBXBuildFile; fileRef = B2C6870821C191F2000031AB /* SimplePagedViewFramework.h */; settings = {ATTRIBUTES = (Public, ); }; };
B2C6872821C19218000031AB /* NSLayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2C6872021C19217000031AB /* NSLayoutConstraint.swift */; };
B2C6872921C19218000031AB /* UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2C6872121C19217000031AB /* UIImage.swift */; };
B2C6872B21C19218000031AB /* ExternallyInteractiveUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2C6872421C19217000031AB /* ExternallyInteractiveUIView.swift */; };
Expand All @@ -28,7 +27,6 @@

/* Begin PBXFileReference section */
B2C6870521C191F2000031AB /* SimplePagedViewFramework.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SimplePagedViewFramework.framework; sourceTree = BUILT_PRODUCTS_DIR; };
B2C6870821C191F2000031AB /* SimplePagedViewFramework.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SimplePagedViewFramework.h; sourceTree = "<group>"; };
B2C6870921C191F2000031AB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B2C6870E21C191F2000031AB /* SimplePagedViewFrameworkTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SimplePagedViewFrameworkTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
B2C6871321C191F2000031AB /* SimplePagedViewFrameworkTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimplePagedViewFrameworkTests.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -80,7 +78,6 @@
isa = PBXGroup;
children = (
B2C6872F21C1A8C8000031AB /* Source */,
B2C6870821C191F2000031AB /* SimplePagedViewFramework.h */,
B2C6870921C191F2000031AB /* Info.plist */,
);
path = SimplePagedViewFramework;
Expand Down Expand Up @@ -129,7 +126,6 @@
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
B2C6871621C191F2000031AB /* SimplePagedViewFramework.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
19 changes: 0 additions & 19 deletions SimplePagedViewFramework/SimplePagedViewFramework.h

This file was deleted.

0 comments on commit beac7d9

Please sign in to comment.