Skip to content

Commit baf4e65

Browse files
authored
Merge pull request #25 from jennifer-starratt/master
Pass pod lib lint
2 parents 5929b4b + a2bed22 commit baf4e65

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

MailchimpSDK.podspec

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::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
3330
end

MailchimpSDK/MailchimpSDK.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@
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;
@@ -540,7 +540,7 @@
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;

0 commit comments

Comments
 (0)