-
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
VolodymyrNazarkevych
committed
May 6, 2022
1 parent
529019a
commit 9f535c9
Showing
11 changed files
with
731 additions
and
0 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,26 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'CoreDataFramework' | ||
s.module_name = 'CoreDataFramework' | ||
s.version = '1.0.0' | ||
s.homepage = 'https://dragonflai.co' | ||
s.documentation_url = 'https://dragonflai-tech.github.io/sdk.dragonflai.co/beta-index.html' | ||
s.license = { :type => 'MIT', :file => 'CoreDataFramework.xcframework/LICENSE' } | ||
s.author = { 'DragonflAI LTD' => '[email protected]' } | ||
s.summary = 'On-device Content Moderation.' | ||
|
||
s.description = <<-DESC | ||
With on-device content moderation we can help you keep nudity off your platform. | ||
This means less liability for you and safer platforms for your users. | ||
DESC | ||
|
||
s.platform = :ios, '12.0' | ||
s.source = { :http => "https://github.com/andrew481516/test-Dragon/releases/download/1.0.0/CoreDataFramework.xcframework.zip" } | ||
|
||
s.swift_version = '5.0' | ||
s.vendored_frameworks = "CoreDataFramework.xcframework" | ||
|
||
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' } | ||
|
||
s.pod_target_xcconfig = {'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'} | ||
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } | ||
end |
Oops, something went wrong.