Skip to content

Commit

Permalink
Fix description syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktoo committed Aug 10, 2019
1 parent 34a06d8 commit 7262cd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Example/Insert3D.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
};
name = Debug;
};
Expand Down Expand Up @@ -475,6 +476,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 5.0;
VALIDATE_PRODUCT = YES;
};
name = Release;
Expand Down
Binary file not shown.
3 changes: 1 addition & 2 deletions Insert3D.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ Pod::Spec.new do |s|
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!

s.description = <<-DESC
'Insert3D is the easiest and fastest way to embed a 3D model in your iOS app. It combines SceneKit and Model I/O into a simple library for creative iOS developers who want to provide a unique experience for their users.' DESC
s.description = 'Insert3D is the easiest and fastest way to embed a 3D model in your iOS app. It combines SceneKit and Model I/O into a simple library for creative iOS developers who want to provide a unique experience for their users.'

s.homepage = 'https://github.com/Viktoo/Insert3D'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
Expand Down

0 comments on commit 7262cd1

Please sign in to comment.