-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Circle Bot
committed
Oct 4, 2022
1 parent
cb01a6e
commit 8a6bb97
Showing
32 changed files
with
629 additions
and
98 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,13 +1,13 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'Taplytics' | ||
s.version = '4.0.3' | ||
s.version = '4.1.0' | ||
s.author = { 'Taplytics' => '[email protected]' } | ||
s.license = { :type => 'Commercial', :text => 'See https://taplytics.com/terms' } | ||
s.homepage = 'https://taplytics.com' | ||
s.summary = 'iOS framework for using the Taplytics native mobile A/B testing service.' | ||
s.description = 'For installation instructions, please visit: https://github.com/taplytics/taplytics-ios-sdk' | ||
s.source = { :git => 'https://github.com/taplytics/taplytics-ios-sdk.git', :tag => "#{s.version}" } | ||
s.platform = :ios, '10.0' | ||
s.platform = :ios, '11.0' | ||
s.frameworks = 'CoreTelephony', 'SystemConfiguration', 'JavaScriptCore' | ||
s.vendored_frameworks = 'Taplytics.xcframework' | ||
s.pod_target_xcconfig = { | ||
|
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.