Skip to content

Commit

Permalink
updated podspec for relese
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBurkhardt committed Jul 3, 2020
1 parent 1a9d33b commit e02f1e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Example/random-swift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@
INFOPLIST_FILE = random/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.1.1;
MARKETING_VERSION = 0.1.2;
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "random-swift_Example";
Expand All @@ -561,7 +561,7 @@
INFOPLIST_FILE = random/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.1.1;
MARKETING_VERSION = 0.1.2;
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "random-swift_Example";
Expand Down
2 changes: 1 addition & 1 deletion random-swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'random-swift'
s.version = '0.1.1'
s.version = '0.1.2'
s.summary = 'A utility for randomly generated data, content, and assets.'
s.description = <<-DESC
'random is a utility for generating random data, content, and assets for iOS applications in Swift.'
Expand Down

0 comments on commit e02f1e8

Please sign in to comment.