Skip to content

Commit 4dc62ed

Browse files
committed
Change structure.
1 parent 4afb0a5 commit 4dc62ed

29 files changed

+30
-4
lines changed

Pod/Assets/.gitkeep

Whitespace-only changes.

Pod/Classes/.gitkeep

Whitespace-only changes.

SwipeViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
s.description = "SwipeViewController is an easy and quick way to implement PageViewController with addition of buttons at the top of the view."
2020

2121
s.homepage = "https://github.com/fortmarek/SwipeViewController"
22-
s.license = 'MIT'
22+
s.license = { :type => "MIT", :file => "LICENSE" }
2323
s.author = { "fortmarek" => "marekfort@me.com" }
2424
s.source = { :git => "https://github.com/fortmarek/SwipeViewController.git", :tag => s.version.to_s }
2525
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }

SwipeViewController.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
F8FDADBB22B633A300EF23E3 /* SwipeViewControllerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwipeViewControllerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
7979
F8FDADC222B633A300EF23E3 /* SwipeViewControllerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwipeViewControllerTests.swift; sourceTree = "<group>"; };
8080
F8FDADC422B633A300EF23E3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
81-
F8FDADD122B633D700EF23E3 /* SwipeButtonWithImage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SwipeButtonWithImage.swift; path = Pod/Classes/SwipeButtonWithImage.swift; sourceTree = SOURCE_ROOT; };
82-
F8FDADD222B633D700EF23E3 /* SwipeViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SwipeViewController.swift; path = Pod/Classes/SwipeViewController.swift; sourceTree = SOURCE_ROOT; };
81+
F8FDADD122B633D700EF23E3 /* SwipeButtonWithImage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwipeButtonWithImage.swift; sourceTree = "<group>"; };
82+
F8FDADD222B633D700EF23E3 /* SwipeViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwipeViewController.swift; sourceTree = "<group>"; };
8383
F8FDADD522B6388A00EF23E3 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
8484
F8FE8622200A5D2F00A9EAA9 /* TestViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestViewController.swift; sourceTree = "<group>"; };
8585
/* End PBXFileReference section */
@@ -145,7 +145,7 @@
145145
607FACD31AFB9204008FA782 /* Supporting Files */,
146146
);
147147
name = "Example for SwipeViewController";
148-
path = SwipeViewController;
148+
path = SwipeViewController_Example;
149149
sourceTree = "<group>";
150150
};
151151
607FACD31AFB9204008FA782 /* Supporting Files */ = {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

SwipeViewController/Images.xcassets/AppIcon.appiconset/Contents.json renamed to SwipeViewController_Example/Images.xcassets/AppIcon.appiconset/Contents.json

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)