Skip to content

Instantly share code, notes, and snippets.

@Chuongv
Last active August 29, 2015 14:22
Show Gist options
  • Save Chuongv/3e7046d4609535ce5324 to your computer and use it in GitHub Desktop.
Save Chuongv/3e7046d4609535ce5324 to your computer and use it in GitHub Desktop.
toxav
#
# Be sure to run `pod lib lint toxcore-ios.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# Any lines starting with a # are optional, but encouraged
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "toxcore-ios"
s.version = "0.1.6"
s.summary = "Cocoapods wrapper for toxcore"
s.homepage = "https://github.com/dvor/toxcore-ios"
s.license = 'GPLv3'
s.author = { "Dmytro Vorobiov" => "d@dvor.me" }
s.source = {
:git => "https://github.com/Chuongv/toxcore-ios.git",
:tag => 0.1.6-new-av,
:submodules => true
}
s.platform = :ios, '7.0'
s.requires_arc = true
s.ios.vendored_frameworks = 'VPX.framework'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"${PODS_ROOT}"'}
s.source_files = 'toxcore/toxcore/*.{c,h}', 'toxcore/toxencryptsave/*.{c,h}' , 'toxcore/toxav/*.{c,h}',
s.public_header_files = 'toxcore/toxcore/*.h', 'toxcore/toxav/*.h'
s.dependency 'libsodium', '~> 1.0.1'
s.dependency 'libopus', '~> 1.1'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment