-
Notifications
You must be signed in to change notification settings - Fork 291
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 #491 from adjust/v4250
Version 4.25.0
- Loading branch information
Showing
56 changed files
with
1,154 additions
and
49 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,11 +1,11 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "Adjust" | ||
s.version = "4.24.0" | ||
s.version = "4.25.0" | ||
s.summary = "This is the iOS SDK of adjust. You can read more about it at http://adjust.com." | ||
s.homepage = "https://github.com/adjust/ios_sdk" | ||
s.license = { :type => 'MIT', :file => 'MIT-LICENSE' } | ||
s.author = { "Christian Wellenbrock" => "[email protected]" } | ||
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.24.0" } | ||
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.25.0" } | ||
s.ios.deployment_target = '6.0' | ||
s.tvos.deployment_target = '9.0' | ||
s.framework = 'SystemConfiguration' | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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.