File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
MailchimpSDK/MailchimpSDK.xcodeproj Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.1.4] - 2020-03-19
8+ ### Fixed
9+ - podspec validation
10+
711## [ 0.1.3] - 2020-03-19
812### Added
913- Cocoapods support
Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'MailchimpSDK'
11- s . version = '0.1.3 '
11+ s . version = '0.1.4 '
1212 s . summary = 'Mailchimp SDK for iOS'
1313
1414 s . description = <<-DESC
@@ -24,10 +24,7 @@ Pod::Spec.new do |s|
2424 s . platform = :ios , '12.0'
2525
2626 s . source = { :git => 'https://github.com/mailchimp/Mailchimp-SDK-iOS.git' , :tag => 'v' + s . version . to_s }
27+ s . source_files = 'MailchimpSDK/MailchimpSDK/*.{swift,h,m}'
2728
2829 s . vendored_frameworks = 'build/MailchimpSDK.xcframework'
29-
30- s . test_spec 'Tests' do |test_spec |
31- test_spec . source_files = 'MailchimpSDK/MailchimpSDKTests/**/*.swift'
32- end
3330end
Original file line number Diff line number Diff line change 511511 "@executable_path/Frameworks",
512512 "@loader_path/Frameworks",
513513 );
514- MARKETING_VERSION = 0.1.3 ;
514+ MARKETING_VERSION = 0.1.4 ;
515515 PRODUCT_BUNDLE_IDENTIFIER = com.theRocketScienceGroup.MailchimpSDK;
516516 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
517517 SKIP_INSTALL = YES;
540540 "@executable_path/Frameworks",
541541 "@loader_path/Frameworks",
542542 );
543- MARKETING_VERSION = 0.1.3 ;
543+ MARKETING_VERSION = 0.1.4 ;
544544 PRODUCT_BUNDLE_IDENTIFIER = com.theRocketScienceGroup.MailchimpSDK;
545545 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
546546 SKIP_INSTALL = YES;
You can’t perform that action at this time.
0 commit comments