File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Example/random-swift.xcodeproj Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 543543 INFOPLIST_FILE = random/Info.plist;
544544 IPHONEOS_DEPLOYMENT_TARGET = 11.0;
545545 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
546- MARKETING_VERSION = 0.1.5 ;
546+ MARKETING_VERSION = 0.1.6 ;
547547 MODULE_NAME = ExampleApp;
548548 PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
549549 PRODUCT_NAME = "random-swift_Example";
565565 INFOPLIST_FILE = random/Info.plist;
566566 IPHONEOS_DEPLOYMENT_TARGET = 11.0;
567567 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
568- MARKETING_VERSION = 0.1.5 ;
568+ MARKETING_VERSION = 0.1.6 ;
569569 MODULE_NAME = ExampleApp;
570570 PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
571571 PRODUCT_NAME = "random-swift_Example";
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'random-swift'
3- s . version = '0.1.5 '
3+ s . version = '0.1.6 '
44 s . summary = 'A utility for randomly generated data, content, and assets.'
55 s . description = <<-DESC
66 'random is a utility for generating random data, content, and assets for iOS applications in Swift.'
You can’t perform that action at this time.
0 commit comments