-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rafal Lukaszewski
committed
Aug 24, 2021
1 parent
2946954
commit 7a672b1
Showing
17 changed files
with
44 additions
and
42 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'TrustedForm' | ||
s.version = '0.2.2' | ||
s.summary = 'TrustedForm is THE platform for consent-based marketing.' | ||
|
||
# s.description = <<-DESC | ||
# DESC | ||
|
||
s.homepage = 'https://activeprospect.com' | ||
s.license = { :type => 'Copyright', :text => 'Copyright 2021 ActiveProspect'} | ||
s.author = { 'ActiveProspect' => '[email protected]' } | ||
s.platform = :ios | ||
s.source = { :git => 'https://github.com/activeprospect/trustedform-ios-sdk.git', :tag => s.version.to_s } | ||
s.ios.deployment_target = '11.0' | ||
s.dependency 'Alamofire', '~> 5.4' | ||
s.ios.vendored_frameworks = "TrustedForm.xcframework" | ||
|
||
# https://github.com/CocoaPods/CocoaPods/issues/10104#issuecomment-700918704 | ||
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } | ||
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } | ||
|
||
s.swift_versions = ['5.0'] | ||
|
||
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
Binary file removed
BIN
-6.94 KB
...framework/ios-arm64/TrustedForm.framework/AboutDialogViewController.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-7.35 KB
...orm.xcframework/ios-arm64/TrustedForm.framework/AboutDialogViewController.nib/runtime.nib
Binary file not shown.
Binary file modified
BIN
-132 KB
(28%)
TrustedForm.xcframework/ios-arm64/TrustedForm.framework/Assets.car
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
TrustedForm.xcframework/ios-arm64/TrustedForm.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+33.5 KB
(100%)
TrustedForm.xcframework/ios-arm64/TrustedForm.framework/TrustedForm
Binary file not shown.
Binary file modified
BIN
+482 Bytes
(110%)
...tedForm.xcframework/ios-arm64/TrustedForm.framework/TrustedFormView.nib/objects-13.0+.nib
Binary file not shown.
Binary file modified
BIN
+558 Bytes
(110%)
TrustedForm.xcframework/ios-arm64/TrustedForm.framework/TrustedFormView.nib/runtime.nib
Binary file not shown.
Binary file removed
BIN
-6.93 KB
...64_x86_64-simulator/TrustedForm.framework/AboutDialogViewController.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed
BIN
-7.36 KB
...os-arm64_x86_64-simulator/TrustedForm.framework/AboutDialogViewController.nib/runtime.nib
Binary file not shown.
Binary file modified
BIN
-132 KB
(28%)
TrustedForm.xcframework/ios-arm64_x86_64-simulator/TrustedForm.framework/Assets.car
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
TrustedForm.xcframework/ios-arm64_x86_64-simulator/TrustedForm.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+33.8 KB
(100%)
TrustedForm.xcframework/ios-arm64_x86_64-simulator/TrustedForm.framework/TrustedForm
Binary file not shown.
Binary file modified
BIN
+483 Bytes
(110%)
...rk/ios-arm64_x86_64-simulator/TrustedForm.framework/TrustedFormView.nib/objects-13.0+.nib
Binary file not shown.
Binary file modified
BIN
+562 Bytes
(110%)
...ramework/ios-arm64_x86_64-simulator/TrustedForm.framework/TrustedFormView.nib/runtime.nib
Binary file not shown.
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