Skip to content

Commit

Permalink
[Update] imglyKit (10.22.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
schiewe committed Apr 8, 2021
1 parent 60ec4ca commit 18e3af9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions imglyKit/10.22.0/imglyKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Pod::Spec.new do |s|
s.name = 'imglyKit'
s.swift_version = '5.3'
s.version = '10.22.0'
s.license = { :type => 'Commercial', :file => 'ImglyKit.framework/ImglyKit-LICENSE.md' }
s.summary = 'The creative engine of tomorrow\'s world!'
s.homepage = 'https://www.img.ly'
# s.social_media_url = 'https://twitter.com/imgly'
s.authors = { 'img.ly GmbH' => '[email protected]' }

s.platform = :ios, '9.0'
s.source = { :http => "https://github.com/imgly/pesdk-ios-build/releases/download/#{s.version.to_s}/PhotoEditorSDK.zip" }

s.module_name = 'ImglyKit'
s.preserve_paths = 'ImglyKit.framework', 'ImglyKit.framework.dSYM'
s.public_header_files = 'ImglyKit.framework/Headers/*.h'
s.source_files = 'ImglyKit.framework/Headers/*.h'
s.vendored_frameworks = 'ImglyKit.framework'

s.frameworks = 'Accelerate', 'AVFoundation', 'CFNetwork', 'CoreGraphics', 'CoreImage', 'CoreLocation', 'CoreMotion', 'CoreText', 'Foundation', 'GLKit', 'ImageIO', 'MobileCoreServices', 'OpenGLES', 'Photos', 'UIKit'
s.requires_arc = true

s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', 'COMPRESS_PNG_FILES' => 0 }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end

0 comments on commit 18e3af9

Please sign in to comment.