-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from adjust/v110
Version 1.1.0
- Loading branch information
Showing
14 changed files
with
526 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
|
||
Pod::Spec.new do |s| | ||
s.name = 'AdjustAdobeExtension' | ||
s.version = '1.0.4' | ||
s.version = '1.1.0' | ||
s.summary = 'Adjust SDK extension for Adobe Experience Platform.' | ||
s.description = <<-DESC | ||
A leading attribution solution that brings the full power of mobile ad measurement to your campaigns. | ||
DESC | ||
s.homepage = 'https://github.com/adjust/ios_adobe_extension' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'Adjust SDK Team' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/adjust/ios_adobe_extension.git', :tag => "v1.0.4" } | ||
s.author = { 'Adjust' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/adjust/ios_adobe_extension.git', :tag => "v1.1.0" } | ||
|
||
s.ios.deployment_target = '10.0' | ||
|
||
|
@@ -19,6 +19,6 @@ A leading attribution solution that brings the full power of mobile ad measureme | |
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'} | ||
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'} | ||
|
||
s.dependency 'Adjust', '4.30.0' | ||
s.dependency 'Adjust', '4.31.0' | ||
s.dependency 'ACPCore' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.