Skip to content

Commit

Permalink
[Update] imglyKit (6.5.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
sascha committed Mar 31, 2017
1 parent dae67bc commit d9e4576
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions imglyKit/6.5.1/imglyKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = 'imglyKit'
s.version = '6.5.1'
s.license = { :type => 'Commercial', :file => "pesdk-ios-build-#{s.version.to_s}/imglyKit.framework/imglyKit-LICENSE" }
s.summary = 'Integrate the photo editor into your own HTML5, iOS or Android app - in minutes!'
s.homepage = 'https://www.photoeditorsdk.com'
s.social_media_url = 'https://twitter.com/photoeditorsdk'
s.authors = { '9elements GmbH' => '[email protected]' }

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

s.preserve_paths = "pesdk-ios-build-#{s.version.to_s}/imglyKit.framework"
s.source_files = "pesdk-ios-build-#{s.version.to_s}/imglyKit.framework/Headers/*.h"
s.public_header_files = "pesdk-ios-build-#{s.version.to_s}/imglyKit.framework/Headers/*.h"
s.vendored_frameworks = "pesdk-ios-build-#{s.version.to_s}/imglyKit.framework"

s.pod_target_xcconfig = { 'COMPRESS_PNG_FILES' => 0 }
s.frameworks = 'Accelerate', 'AVFoundation', 'CoreGraphics', 'CoreImage', 'CoreMotion', 'CoreText', 'Foundation', 'GLKit', 'ImageIO', 'MobileCoreServices', 'OpenGLES', 'Photos', 'UIKit'
s.requires_arc = true
end

0 comments on commit d9e4576

Please sign in to comment.