Skip to content

Instantly share code, notes, and snippets.

@deszip
Last active February 9, 2023 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deszip/f9eb581d7615ceb7c13b43e14a75cb6d to your computer and use it in GitHub Desktop.
Save deszip/f9eb581d7615ceb7c13b43e14a75cb6d to your computer and use it in GitHub Desktop.
AppSpectorSDKE2E.podspec
Pod::Spec.new do |s|
s.name = 'AppSpectorSDKE2E'
s.version = '1.4.7'
s.summary = 'Debugging doesn\'t have to be painful!'
s.homepage = 'http://appspector.com'
s.license = { type: 'MIT', file: 'LICENSE' }
s.author = { 'Techery' => 'heroes@techery.io' }
s.platform = :ios
s.ios.deployment_target = '10.0'
s.source = { :http => 'https://github.com/appspector/ios-sdk/blob/master/AppSpectorSDKE2E.zip?raw=true' }
s.ios.vendored_frameworks = 'AppSpectorSDKE2E.framework'
s.dependency 'themis', '0.14.0'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment