Skip to content

Commit

Permalink
Merge pull request #25 from jennifer-starratt/master
Browse files Browse the repository at this point in the history
Pass pod lib lint
  • Loading branch information
jey-starratt authored Mar 19, 2020
2 parents 5929b4b + a2bed22 commit baf4e65
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.4] - 2020-03-19
### Fixed
- podspec validation

## [0.1.3] - 2020-03-19
### Added
- Cocoapods support
Expand Down
7 changes: 2 additions & 5 deletions MailchimpSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'MailchimpSDK'
s.version = '0.1.3'
s.version = '0.1.4'
s.summary = 'Mailchimp SDK for iOS'

s.description = <<-DESC
Expand All @@ -24,10 +24,7 @@ Pod::Spec.new do |s|
s.platform = :ios, '12.0'

s.source = { :git => 'https://github.com/mailchimp/Mailchimp-SDK-iOS.git', :tag => 'v' + s.version.to_s }
s.source_files = 'MailchimpSDK/MailchimpSDK/*.{swift,h,m}'

s.vendored_frameworks = 'build/MailchimpSDK.xcframework'

s.test_spec 'Tests' do |test_spec|
test_spec.source_files = 'MailchimpSDK/MailchimpSDKTests/**/*.swift'
end
end
4 changes: 2 additions & 2 deletions MailchimpSDK/MailchimpSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.1.3;
MARKETING_VERSION = 0.1.4;
PRODUCT_BUNDLE_IDENTIFIER = com.theRocketScienceGroup.MailchimpSDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -540,7 +540,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.1.3;
MARKETING_VERSION = 0.1.4;
PRODUCT_BUNDLE_IDENTIFIER = com.theRocketScienceGroup.MailchimpSDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit baf4e65

Please sign in to comment.