Skip to content

Commit 841f65b

Browse files
committed
Change the folders
1 parent f118869 commit 841f65b

36 files changed

+244
-244
lines changed

Example/MantisExample.xcodeproj/project.pbxproj

Lines changed: 119 additions & 119 deletions
Large diffs are not rendered by default.

Mantis.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
Pod::Spec.new do |s|
1212
s.name = "Mantis"
13-
s.version = "0.13"
13+
s.version = "0.15"
1414
s.summary = "A swift photo cropping tool which mimics Photo.app"
1515

1616
s.description = <<-DESC
17-
A swift photo cropping tool which mimics Photo.app
17+
Mantis is a swift photo cropping tool which mimics Photo.app
1818
DESC
1919

2020
s.homepage = "https://github.com/guoyingtao/Mantis"
@@ -24,6 +24,6 @@ Pod::Spec.new do |s|
2424
s.platform = :ios
2525
s.ios.deployment_target = '11.0'
2626
s.source = { :git => "https://github.com/guoyingtao/Mantis.git", :tag => "#{s.version}" }
27-
s.source_files = "Source/**/*.swift"
27+
s.source_files = "Mantis/Mantis.h, Mantis/Source/**/*.swift"
2828

2929
end
Lines changed: 119 additions & 119 deletions
Large diffs are not rendered by default.

Mantis/Mantis.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to Mantis.xcodeproj/project.xcworkspace/contents.xcworkspacedata

File renamed without changes.

Mantis/Mantis.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist renamed to Mantis.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

File renamed without changes.

Mantis.xcworkspace/contents.xcworkspacedata

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.13</string>
18+
<string>0.15</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)